PHP
made by https://0x3d.site
GitHub - PHPCheckstyle/phpcheckstyle: PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions.PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions. - PHPCheckstyle/phpcheckstyle
Visit Site
GitHub - PHPCheckstyle/phpcheckstyle: PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions.
PHPCheckstyle
Overview
PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions. The tools checks the input PHP source code and reports any deviations from the coding convention.
The tool uses the PEAR Coding Standards as the default coding convention. But it allows you to configure it to suit your coding standards.
Please visit https://github.com/PHPCheckstyle/phpcheckstyle/wiki for more information and documentation
Requirements
- PHP 5.0 or newer.
- Web browser to view the checkstyle report (only for html view)
- That's all.
Installation
Installation with Composer
composer require phpcheckstyle/phpcheckstyle
or Add phpcheckstyle/phpcheckstyle
as a requirement to composer.json
:
{
"require": {
"phpcheckstyle/phpcheckstyle": "dev-master"
}
}
Update your packages with composer update
or if installing from fresh, with composer install
.
Manual Installation
Just download https://github.com/PHPCheckstyle/phpcheckstyle/archive/master.zip and unzip the distribution.
$> unzip PhpCheckstyle.zip
This will create a directory called phpcheckstyle
and expand all
files in it.
Testing with Vagrant
-
install VirtualBox
-
install Vagrant
-
launch
vagrant up
in the project root directory to start the VM -
In case of problem with the "guest additions", launch :
vagrant plugin install vagrant-vbguest
- to run PHPCheckstyle on itself, type
vagrant provision --provision-with run_phpcheckstyle
- to run PHPUnit, type
vagrant provision --provision-with run_phpunit
- to log inside the VM, type
vagrant ssh
Usage
-
Change directory to the PHPCheckstyle installation directory.
$> cd phpcheckstyle
-
Execute the
run.php
script providing the--src
option.$> php run.php --src <php source directory/file>
-
Use the
--help
option to see more options$> php run.php --help
License
See LICENSE
More Resourcesto explore the angular.
mail [email protected] to add your project or resources here 🔥.
- 1Non-blocking I/O Streams in PHP
https://amphp.org/byte-stream
Learn how to stream data (ordered sequences of bytes) concurrently in PHP.
- 2Private Packagist
https://packagist.com/
Composer package archive as a service for PHP
- 3Nette – Comfortable and Safe Web Development in PHP
https://nette.org
Nette is a family of mature and stand-alone components for PHP. Ready to be smitten? Together, they create a framework that had been rated as the 3rd most popular in the world. Our philosophy is to focus on productivity, best practices, and security.
- 4Jenkins and PHP
https://www.jenkins.io/solutions/php/.
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software
- 5Laravel Zero
https://laravel-zero.com
Micro-framework for console applications
- 6Spiral Framework
https://spiral.dev/
High-Performance PHP framework for modern enterprise application development.
- 7Private Packages | repman.io | Private PHP Package Repository Manager
https://repman.io
Add and manage private PHP Composer dependencies in cloud or behind your firewall
- 8Sulu, the Symfony CMS
https://sulu.io/
Deliver awesome, robust, reliable websites with Sulu CMS. The ideal combination of PHP developer experience and agency platform. A Full-Stack Symfony CMS for enterprise projects.
- 9Pest | The elegant PHP testing framework
https://pestphp.com/
Pest is a testing framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
- 10PHP Open Source Project
https://www.doctrine-project.org/
The Doctrine Project is an open-source PHP project that is home to home to several PHP libraries primarily focused on database storage and object mapping. The core projects are the Object Relational Mapper (ORM) and the Database Abstraction Layer (DBAL) it is built upon.
- 11Drupal - Open Source CMS
https://www.drupal.org
Drupal - the leading open-source CMS for ambitious digital experiences that reach your audience across multiple channels. Because we all have different needs, Drupal allows you to create a unique space in a world of cookie-cutter solutions.
- 12CakePHP - Build fast, grow solid | PHP Framework | Home
https://cakephp.org/
CakePHP is an open-source web, rapid development framework that makes building web applications simpler, faster and require less code. It follows the model–view–controller (MVC) . Manual for beginners now available and links towards the last version.
- 13PHP AST Viewer
https://php-ast-viewer.com/
The PHP AST Viewer is a tool for viewing the Abstract Syntax Tree of PHP code. By visualizing the structure, it helps developers gain a deeper understanding of the code, thus improving code quality and maintenance efficiency.
- 14Application Monitoring & Error Tracking for Developers
https://www.honeybadger.io/
Full-stack application monitoring and error tracking that helps small teams move fast and fix things.
- 15Geocoder PHP
https://geocoder-php.org/
The most featured Geocoder library written in PHP
- 16Tideways
https://tideways.com/
Your mission control center for PHP application performance Tideways saves you time by taking the guesswork out of your app's backend performance. Gain detailed insights, spot performance bottlenecks, and get real-time error detection alerts. Start Trial Spend more time shipping and less time stuck on bottlenecks. Experience your application from the customer’s point of view. [...]
- 17High Performance PHP Framework - Phalcon Framework
https://phalcon.io/en-us
Official Phalcon Documentation
- 18We’ve Acquired Shippable to Complete DevOps Pipeline Automation From Code to Production
https://jfrog.com/blog/weve-acquired-shippable-to-complete-devops-pipeline-automation-from-code-to-production/
The only platform for DevOps automation that covers the complete pipeline, end-to-end, JFrog, now also with Shippable inside.
- 19Livewire | Laravel
https://livewire.laravel.com/
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
- 20Committed to open source
https://spatie.be/open-source
At Spatie, we’re big on open source. It’s not just a way of working for us, it's part of our culture.
- 21App Monitoring, Error Tracking & Real User Monitoring
https://www.bugsnag.com/
BugSnag is an error monitoring and reporting software with best-in-class functionality for mobile apps. Our tool alerts users of bugs, errors & more. Free trial!
- 22Fast, Reliable Email Delivery Service | SMTP | API
https://postmarkapp.com
Send transactional and marketing emails and get them to the inbox on time, every time. Postmark is a fast and reliable email delivery service for developers.
- 23Jenkins
https://www.jenkins.io/
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software
- 24Home
https://rollbar.com/
Rollbar provides real-time error tracking & debugging tools for developers. ✓ JavaScript ✓PHP ✓Ruby ✓Python ✓Java ✓Android ✓iOS ✓.NET & more.
- 25PSR HTTP Message implementations
https://github.com/laminas/laminas-diactoros
PSR HTTP Message implementations. Contribute to laminas/laminas-diactoros development by creating an account on GitHub.
- 26A configurable and extensible PHP web spider
https://github.com/mvdbos/php-spider
A configurable and extensible PHP web spider. Contribute to mvdbos/php-spider development by creating an account on GitHub.
- 27Mailchimp Transactional API | Mailchimp
https://mailchimp.com/features/transactional-email/.
Send personalized, event-driven messages at scale with the speed and reliability of Mailchimp.
- 28Simple, Flexible, Trustworthy CI/CD Tools - Travis CI
https://www.travis-ci.com
Travis CI is the most simple and flexible ci/cd tool available today. Find out how Travis CI can help with continuous integration and continuous delivery.
- 29Kirby is the CMS that adapts to you
https://getkirby.com/
Kirby is the content management system that adapts to any project. Made for developers, designers, creators and clients.
- 30GenPhrase is a secure passphrase generator for PHP applications.
https://github.com/timoh6/GenPhrase
GenPhrase is a secure passphrase generator for PHP applications. - timoh6/GenPhrase
- 31PHP Object Model Manager for Postgresql
https://github.com/chanmix51/Pomm
PHP Object Model Manager for Postgresql. Contribute to chanmix51/Pomm development by creating an account on GitHub.
- 32PHP Library to generate random passwords
https://github.com/hackzilla/password-generator
PHP Library to generate random passwords. Contribute to hackzilla/password-generator development by creating an account on GitHub.
- 33PHP Secure Headers
https://github.com/BePsvPT/secure-headers
PHP Secure Headers. Contribute to bepsvpt/secure-headers development by creating an account on GitHub.
- 34A PSR-15 server request handler.
https://github.com/relayphp/Relay.Relay
A PSR-15 server request handler. Contribute to relayphp/Relay.Relay development by creating an account on GitHub.
- 35Simple library that abstracts different metrics collectors. I find this necessary to have a consistent and simple metrics (functional) API that doesn't cause vendor lock-in.
https://github.com/beberlei/metrics
Simple library that abstracts different metrics collectors. I find this necessary to have a consistent and simple metrics (functional) API that doesn't cause vendor lock-in. - beberlei/metrics
- 36Software Engineering Intelligence
https://codeclimate.com
Code Climate's industry-leading Software Engineering Intelligence platform helps unlock the full potential of your organization to ship better code,…
- 37PHP ETL - parquet library
https://github.com/flow-php/parquet
PHP ETL - parquet library . Contribute to flow-php/parquet development by creating an account on GitHub.
- 38Continuous Integration and Delivery
https://about.gitlab.com/solutions/continuous-integration/
Make software delivery repeatable and on-demand
- 39A static php code analysis tool using the Graph Theory
https://github.com/Trismegiste/Mondrian
A static php code analysis tool using the Graph Theory - Trismegiste/Mondrian
- 40Compatibility with the password_* functions that ship with PHP 5.5
https://github.com/ircmaxell/password_compat
Compatibility with the password_* functions that ship with PHP 5.5 - ircmaxell/password_compat
- 41Slim Framework 4 Skeleton Application
https://github.com/slimphp/Slim-Skeleton
Slim Framework 4 Skeleton Application. Contribute to slimphp/Slim-Skeleton development by creating an account on GitHub.
- 42[READ-ONLY] URI manipulation Library
https://github.com/thephpleague/uri
[READ-ONLY] URI manipulation Library. Contribute to thephpleague/uri development by creating an account on GitHub.
- 43Simple Encryption in PHP.
https://github.com/defuse/php-encryption
Simple Encryption in PHP. Contribute to defuse/php-encryption development by creating an account on GitHub.
- 44ImageWorkshop is a PHP5.3+ library that helps you to manage images based on GD library
https://github.com/Sybio/ImageWorkshop
ImageWorkshop is a PHP5.3+ library that helps you to manage images based on GD library - Sybio/ImageWorkshop
- 45A Mustache implementation in PHP.
https://github.com/bobthecow/mustache.php
A Mustache implementation in PHP. Contribute to bobthecow/mustache.php development by creating an account on GitHub.
- 46Easily parse your project's Composer configuration, and those of its dependencies, at runtime
https://github.com/joshdifabio/composed
Easily parse your project's Composer configuration, and those of its dependencies, at runtime - joshdifabio/composed
- 47vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.
https://github.com/bovigo/vfsStream
vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest. - bo...
- 48Simple composer script to manage phar files using project composer.json.
https://github.com/tommy-muehle/tooly-composer-script
Simple composer script to manage phar files using project composer.json. - tommy-muehle/tooly-composer-script
- 49Show unused composer dependencies by scanning your code
https://github.com/composer-unused/composer-unused
Show unused composer dependencies by scanning your code - composer-unused/composer-unused
- 50GeoJSON implementation for PHP
https://github.com/jmikola/geojson
GeoJSON implementation for PHP. Contribute to jmikola/geojson development by creating an account on GitHub.
- 51XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.
https://github.com/phacility/xhprof
XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface. - phacility/xhprof
- 52Automatic SQL injection and database takeover tool
https://github.com/sqlmapproject/sqlmap
Automatic SQL injection and database takeover tool - sqlmapproject/sqlmap
- 53Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
https://github.com/getgrav/grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony - getgrav/grav
- 54PHP 7.1 ready Smart and Simple Documentation for your PHP project
https://github.com/apigen/apigen
PHP 7.1 ready Smart and Simple Documentation for your PHP project - ApiGen/ApiGen
- 55PHP Mocking Framework
https://github.com/phake/phake
PHP Mocking Framework. Contribute to phake/phake development by creating an account on GitHub.
- 56A web router implementation for PHP.
https://github.com/auraphp/Aura.Router
A web router implementation for PHP. Contribute to auraphp/Aura.Router development by creating an account on GitHub.
- 57Library for using online Email providers
https://github.com/Stampie/Stampie
Library for using online Email providers. Contribute to Stampie/Stampie development by creating an account on GitHub.
- 58:earth_asia: Functions for making sense out of URIs in PHP
https://github.com/sabre-io/uri
:earth_asia: Functions for making sense out of URIs in PHP - sabre-io/uri
- 59A minimalist framework for command-line applications in PHP
https://github.com/minicli/minicli
A minimalist framework for command-line applications in PHP - minicli/minicli
- 60PHP's lightweight HTTP client
https://github.com/kriswallsmith/Buzz
PHP's lightweight HTTP client. Contribute to kriswallsmith/Buzz development by creating an account on GitHub.
- 61A static analysis tool for finding errors in PHP applications
https://github.com/vimeo/psalm
A static analysis tool for finding errors in PHP applications - vimeo/psalm
- 62Javascript Minifier built in PHP
https://github.com/tedious/JShrink
Javascript Minifier built in PHP . Contribute to tedious/JShrink development by creating an account on GitHub.
- 63Event package for your app and domain
https://github.com/thephpleague/event
Event package for your app and domain. Contribute to thephpleague/event development by creating an account on GitHub.
- 64PHP Architecture Tester - Easy architecture testing for PHP :heavy_check_mark:
https://github.com/carlosas/phpat
PHP Architecture Tester - Easy architecture testing for PHP :heavy_check_mark: - carlosas/phpat
- 65A data mapper implementation for your persistence model in PHP.
https://github.com/atlasphp/Atlas.Orm
A data mapper implementation for your persistence model in PHP. - atlasphp/Atlas.Orm
- 66A super lightweight PSR-7 implementation
https://github.com/Nyholm/psr7
A super lightweight PSR-7 implementation. Contribute to Nyholm/psr7 development by creating an account on GitHub.
- 67Helps sending emails
https://github.com/symfony/mailer
Helps sending emails. Contribute to symfony/mailer development by creating an account on GitHub.
- 68PHP library for parsing plain text email content.
https://github.com/willdurand/EmailReplyParser
PHP library for parsing plain text email content. Contribute to willdurand/EmailReplyParser development by creating an account on GitHub.
- 69Slim Framework 2 custom views
https://github.com/slimphp/Slim-Views
Slim Framework 2 custom views. Contribute to slimphp/Slim-Views development by creating an account on GitHub.
- 70A tool for creating configurable dumps of large MySQL-databases.
https://github.com/webfactory/slimdump
A tool for creating configurable dumps of large MySQL-databases. - webfactory/slimdump
- 71PHP Compatibility check for PHP_CodeSniffer
https://github.com/PHPCompatibility/PHPCompatibility
PHP Compatibility check for PHP_CodeSniffer. Contribute to PHPCompatibility/PHPCompatibility development by creating an account on GitHub.
- 72A PHP project/micro-package generator for PDS compliant projects or micro-packages.
https://github.com/jonathantorres/construct
A PHP project/micro-package generator for PDS compliant projects or micro-packages. - jonathantorres/construct
- 73PHP Payment processing library. It offers everything you need to work with payments: Credit card & offsite purchasing, subscriptions, payouts etc.
https://github.com/payum/payum
PHP Payment processing library. It offers everything you need to work with payments: Credit card & offsite purchasing, subscriptions, payouts etc. - Payum/Payum
- 74PCOV - CodeCoverage compatible driver for PHP
https://github.com/krakjoe/pcov
PCOV - CodeCoverage compatible driver for PHP. Contribute to krakjoe/pcov development by creating an account on GitHub.
- 75Guzzle, an extensible PHP HTTP client
https://github.com/guzzle/guzzle
Guzzle, an extensible PHP HTTP client. Contribute to guzzle/guzzle development by creating an account on GitHub.
- 76Transactional Email API Service For Developers | Mailgun
https://www.mailgun.com/
Powerful Transactional Email APIs that enable you to send, receive, and track emails, built with developers in mind. Learn more today!
- 77PHP Extension installer
https://github.com/FriendsOfPHP/pickle
PHP Extension installer. Contribute to FriendsOfPHP/pickle development by creating an account on GitHub.
- 78🕷 CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent
https://github.com/JayBizzle/Crawler-Detect
🕷 CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent - JayBizzle/Crawler-Detect
- 79Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files
https://github.com/symfony/asset
Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files - symfony/asset
- 80Iteration primitives using generators
https://github.com/nikic/iter
Iteration primitives using generators. Contribute to nikic/iter development by creating an account on GitHub.
- 81A tool to automatically fix PHP Coding Standards issues
https://github.com/PHP-CS-Fixer/PHP-CS-Fixer
A tool to automatically fix PHP Coding Standards issues - PHP-CS-Fixer/PHP-CS-Fixer
- 82Mock built-in PHP functions (e.g. time(), exec() or rand())
https://github.com/php-mock/php-mock
Mock built-in PHP functions (e.g. time(), exec() or rand()) - php-mock/php-mock
- 83Full-stack testing PHP framework
https://github.com/Codeception/Codeception
Full-stack testing PHP framework. Contribute to Codeception/Codeception development by creating an account on GitHub.
- 84PHPGGC is a library of PHP unserialize() payloads along with a tool to generate them, from command line or programmatically.
https://github.com/ambionics/phpggc
PHPGGC is a library of PHP unserialize() payloads along with a tool to generate them, from command line or programmatically. - GitHub - ambionics/phpggc: PHPGGC is a library of PHP unserialize() p...
- 85Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
https://github.com/psliwa/image-optimizer
Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jp...
- 86Simple patches plugin for Composer
https://github.com/cweagans/composer-patches
Simple patches plugin for Composer. Contribute to cweagans/composer-patches development by creating an account on GitHub.
- 87CaptainHook is a very flexible git hook manager for software developers that makes sharing git hooks with your team a breeze.
https://github.com/captainhookphp/captainhook
CaptainHook is a very flexible git hook manager for software developers that makes sharing git hooks with your team a breeze. - captainhookphp/captainhook
- 88Reactive extensions for PHP
https://github.com/ReactiveX/RxPHP
Reactive extensions for PHP. Contribute to ReactiveX/RxPHP development by creating an account on GitHub.
- 89Primitives for functional programming in PHP
https://github.com/lstrojny/functional-php
Primitives for functional programming in PHP. Contribute to lstrojny/functional-php development by creating an account on GitHub.
- 90A PHP code-quality tool
https://github.com/phpro/grumphp
A PHP code-quality tool. Contribute to phpro/grumphp development by creating an account on GitHub.
- 91Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sortable
https://github.com/doctrine-extensions/DoctrineExtensions
Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sortable - doctrine-extensions/DoctrineExtensions
- 92SQL database access through PDO.
https://github.com/auraphp/Aura.Sql
SQL database access through PDO. Contribute to auraphp/Aura.Sql development by creating an account on GitHub.
- 93stackphp
https://github.com/stackphp
stackphp has 8 repositories available. Follow their code on GitHub.
- 94PHP implementation of Fowler's Money pattern.
https://github.com/moneyphp/money
PHP implementation of Fowler's Money pattern. Contribute to moneyphp/money development by creating an account on GitHub.
- 95Multi target HAML (HAML for PHP, Twig, <your language here>)
https://github.com/arnaud-lb/MtHaml
Multi target HAML (HAML for PHP, Twig, <your language here>) - arnaud-lb/MtHaml
- 96Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
https://github.com/barbushin/php-imap
Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP) - barbushin/php-imap
- 97A password policy enforcer for PHP and JavaScript
https://github.com/ircmaxell/password-policy
A password policy enforcer for PHP and JavaScript. Contribute to ircmaxell/password-policy development by creating an account on GitHub.
- 98A Simple PHP Renderer for Slim 3 & 4 (or any other PSR-7 project)
https://github.com/slimphp/PHP-View
A Simple PHP Renderer for Slim 3 & 4 (or any other PSR-7 project) - slimphp/PHP-View
- 99CSV data manipulation made easy in PHP
https://github.com/thephpleague/csv
CSV data manipulation made easy in PHP. Contribute to thephpleague/csv development by creating an account on GitHub.
- 100PHP 7.4 EventStore Implementation
https://github.com/prooph/event-store
PHP 7.4 EventStore Implementation. Contribute to prooph/event-store development by creating an account on GitHub.
- 101:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.
https://github.com/Roave/BetterReflection
:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API. - Roave/BetterReflection
- 102Provides mechanisms for walking through any arbitrary PHP variable
https://github.com/symfony/var-dumper
Provides mechanisms for walking through any arbitrary PHP variable - symfony/var-dumper
- 103Laravel Pint is an opinionated PHP code style fixer for minimalists.
https://github.com/laravel/pint
Laravel Pint is an opinionated PHP code style fixer for minimalists. - laravel/pint
- 104PHP Magic Number Detector
https://github.com/povils/phpmnd
PHP Magic Number Detector. Contribute to povils/phpmnd development by creating an account on GitHub.
- 105A static analyzer for PHP version migration
https://github.com/monque/PHP-Migration
A static analyzer for PHP version migration. Contribute to monque/PHP-Migration development by creating an account on GitHub.
- 106Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
https://github.com/openspout/openspout
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way - GitHub - openspout/openspout: Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
- 107A standalone DateTime library originally based off of Carbon
https://github.com/cakephp/chronos
A standalone DateTime library originally based off of Carbon - cakephp/chronos
- 108Symfony, High Performance PHP Framework for Web Development
https://symfony.com/
Symfony is a set of reusable PHP components and a PHP framework to build web applications, APIs, microservices and web services.
- 109Provides powerful methods to fetch HTTP resources synchronously or asynchronously
https://github.com/symfony/http-client
Provides powerful methods to fetch HTTP resources synchronously or asynchronously - symfony/http-client
- 110A tool for quickly measuring the size of a PHP project.
https://github.com/sebastianbergmann/phploc
A tool for quickly measuring the size of a PHP project. - sebastianbergmann/phploc
- 111Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more.
https://github.com/jobbyphp/jobby
Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more. - jobbyphp/jobby
- 112PHP Static Analysis Tool - discover bugs in your code without running it!
https://github.com/phpstan/phpstan
PHP Static Analysis Tool - discover bugs in your code without running it! - phpstan/phpstan
- 113PHP errors for cool kids
https://github.com/filp/whoops
PHP errors for cool kids . Contribute to filp/whoops development by creating an account on GitHub.
- 114[READ ONLY] Subtree split of the Illuminate Database component (see laravel/framework)
https://github.com/illuminate/database
[READ ONLY] Subtree split of the Illuminate Database component (see laravel/framework) - illuminate/database
- 115Micro PHP benchmark library
https://github.com/devster/ubench
Micro PHP benchmark library. Contribute to devster/ubench development by creating an account on GitHub.
- 116Event-driven, non-blocking I/O with PHP.
https://github.com/reactphp/reactphp
Event-driven, non-blocking I/O with PHP. Contribute to reactphp/reactphp development by creating an account on GitHub.
- 117Keep your architecture clean.
https://github.com/qossmic/deptrac
Keep your architecture clean. Contribute to qossmic/deptrac development by creating an account on GitHub.
- 118:currency_exchange: Currency exchange rates library
https://github.com/florianv/swap
:currency_exchange: Currency exchange rates library - florianv/swap
- 119A pure PHP library for reading and writing presentations documents
https://github.com/PHPOffice/PHPPresentation
A pure PHP library for reading and writing presentations documents - GitHub - PHPOffice/PHPPresentation: A pure PHP library for reading and writing presentations documents
- 120The Laravel Components
https://github.com/illuminate
The Laravel Components has 38 repositories available. Follow their code on GitHub.
- 121Fast request router for PHP
https://github.com/nikic/FastRoute
Fast request router for PHP. Contribute to nikic/FastRoute development by creating an account on GitHub.
- 122Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
https://github.com/magento/magento2
Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its aff...
- 123Événement is a very simple event dispatching library for PHP.
https://github.com/igorw/evenement
Événement is a very simple event dispatching library for PHP. - igorw/evenement
- 124Menu Library for PHP
https://github.com/KnpLabs/KnpMenu
Menu Library for PHP. Contribute to KnpLabs/KnpMenu development by creating an account on GitHub.
- 125Next-gen phpDoc parser with support for intersection types and generics
https://github.com/phpstan/phpdoc-parser
Next-gen phpDoc parser with support for intersection types and generics - phpstan/phpdoc-parser
- 126Beautiful and understandable static analysis tool for PHP
https://github.com/phpmetrics/PhpMetrics
Beautiful and understandable static analysis tool for PHP - phpmetrics/PhpMetrics
- 127Golang's defer statement for PHP
https://github.com/php-defer/php-defer
Golang's defer statement for PHP. Contribute to php-defer/php-defer development by creating an account on GitHub.
- 128The Exakat Engine : smart static analysis for PHP
https://github.com/exakat/exakat
The Exakat Engine : smart static analysis for PHP. Contribute to exakat/exakat development by creating an account on GitHub.
- 129Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL).
https://github.com/mockery/mockery
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a suc...
- 130SendGrid Email API and Email Marketing Campaigns | SendGrid
https://sendgrid.com/en-us
Send at scale with SendGrid’s trusted email API and marketing campaigns platform, delivering 148+ billion emails for senders like you every month.
- 131HTML to PDF converter for PHP
https://github.com/dompdf/dompdf
HTML to PDF converter for PHP. Contribute to dompdf/dompdf development by creating an account on GitHub.
- 132:globe_with_meridians: List of all countries with names and ISO 3166-1 codes in all languages and data formats.
https://github.com/umpirsky/country-list
:globe_with_meridians: List of all countries with names and ISO 3166-1 codes in all languages and data formats. - umpirsky/country-list
- 133WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.
https://github.com/WordPress/WordPress
WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-devel...
- 134PHP Image Processing
https://github.com/Intervention/image
PHP Image Processing. Contribute to Intervention/image development by creating an account on GitHub.
- 135PHP Benchmarking framework
https://github.com/phpbench/phpbench
PHP Benchmarking framework. Contribute to phpbench/phpbench development by creating an account on GitHub.
- 136Infrastructure and testing helpers for creating CQRS and event sourced applications.
https://github.com/broadway/broadway
Infrastructure and testing helpers for creating CQRS and event sourced applications. - broadway/broadway
- 137Sample code for several design patterns in PHP 8.x
https://github.com/DesignPatternsPHP/DesignPatternsPHP
Sample code for several design patterns in PHP 8.x - DesignPatternsPHP/DesignPatternsPHP
- 138PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.
https://github.com/phpmd/phpmd
PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream meas...
- 139PHP DataMapper, ORM
https://github.com/cycle/orm
PHP DataMapper, ORM. Contribute to cycle/orm development by creating an account on GitHub.
- 140A pure PHP library for reading and writing word processing documents
https://github.com/PHPOffice/PHPWord
A pure PHP library for reading and writing word processing documents - PHPOffice/PHPWord
- 141📦🚀 Fast, zero config application bundler with PHARs.
https://github.com/box-project/box
📦🚀 Fast, zero config application bundler with PHARs. - box-project/box
- 142Modern task runner for PHP
https://github.com/consolidation/Robo
Modern task runner for PHP. Contribute to consolidation/robo development by creating an account on GitHub.
- 143A simple but powerful API for processing & compiling assets built around Webpack
https://github.com/symfony/webpack-encore
A simple but powerful API for processing & compiling assets built around Webpack - symfony/webpack-encore
- 144PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions.
https://github.com/PHPCheckstyle/phpcheckstyle
PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions. - PHPCheckstyle/phpcheckstyle
- 145The power of webpack, distilled for the rest of us.
https://github.com/laravel-mix/laravel-mix
The power of webpack, distilled for the rest of us. - laravel-mix/laravel-mix
- 146Continuous Integration & Delivery - Semaphore
https://semaphoreci.com
Semaphore CI/CD helps product teams deliver software with high standards of quality, security, and efficiency.
- 147Send events to a socket.io server through PHP
https://github.com/ElephantIO/elephant.io
Send events to a socket.io server through PHP. Contribute to ElephantIO/elephant.io development by creating an account on GitHub.
- 148Xdebug — Step Debugger and Debugging Aid for PHP
https://github.com/xdebug/xdebug
Xdebug — Step Debugger and Debugging Aid for PHP. Contribute to xdebug/xdebug development by creating an account on GitHub.
- 149Mainly a PHP Language Server with more features than you can shake a stick at
https://github.com/phpactor/phpactor
Mainly a PHP Language Server with more features than you can shake a stick at - phpactor/phpactor
- 150A PHP parser written in PHP
https://github.com/nikic/PHP-Parser
A PHP parser written in PHP. Contribute to nikic/PHP-Parser development by creating an account on GitHub.
- 151PHP Debug Console
https://github.com/Seldaek/php-console
PHP Debug Console. Contribute to Seldaek/php-console development by creating an account on GitHub.
- 152IoC Dependency Injector
https://github.com/rdlowrey/Auryn
IoC Dependency Injector. Contribute to rdlowrey/auryn development by creating an account on GitHub.
- 153A library for generating and validating passwords
https://github.com/ircmaxell/PHP-PasswordLib
A library for generating and validating passwords. Contribute to ircmaxell/PHP-PasswordLib development by creating an account on GitHub.
- 154Small PHP library to valid email addresses using a number of methods.
https://github.com/nojacko/email-validator
Small PHP library to valid email addresses using a number of methods. - nojacko/email-validator
- 155PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage
https://github.com/KnpLabs/snappy
PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage - KnpLabs/snappy
- 156Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
https://github.com/auraphp/Aura.SqlQuery
Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server. - auraphp/Aura.SqlQuery
- 157League\Pipeline
https://github.com/thephpleague/pipeline
League\Pipeline. Contribute to thephpleague/pipeline development by creating an account on GitHub.
- 158A tool to verify that your files are in harmony with your .editorconfig
https://github.com/editorconfig-checker/editorconfig-checker.php
A tool to verify that your files are in harmony with your .editorconfig - editorconfig-checker/editorconfig-checker.php
- 159Static code analysis to find violations in a dependency graph
https://github.com/mamuz/PhpDependencyAnalysis
Static code analysis to find violations in a dependency graph - mamuz/PhpDependencyAnalysis
- 160🤖 Id obfuscation based on Knuth's multiplicative hashing method for PHP.
https://github.com/jenssegers/optimus
🤖 Id obfuscation based on Knuth's multiplicative hashing method for PHP. - jenssegers/optimus
- 161㊙️ AntiXSS | Protection against Cross-site scripting (XSS) via PHP
https://github.com/voku/anti-xss
㊙️ AntiXSS | Protection against Cross-site scripting (XSS) via PHP - voku/anti-xss
- 162Shopware 6 is an open commerce platform based on Symfony Framework and Vue and supported by a worldwide community and more than 1.500 community extensions
https://github.com/shopware/shopware
Shopware 6 is an open commerce platform based on Symfony Framework and Vue and supported by a worldwide community and more than 1.500 community extensions - shopware/shopware
- 163Html menu generator
https://github.com/spatie/menu
Html menu generator. Contribute to spatie/menu development by creating an account on GitHub.
- 164An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
https://github.com/walkor/Workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. - GitHub - walkor/workerman: An asynchronous event driven PHP socket framework. Support...
- 165The easy PHP Library for calculating holidays
https://github.com/azuyalabs/yasumi
The easy PHP Library for calculating holidays. Contribute to azuyalabs/yasumi development by creating an account on GitHub.
- 166Main repository for maintaining Shopsys Platform packages. Open for ISSUES and PULL REQUESTS.
https://github.com/shopsys/shopsys/
Main repository for maintaining Shopsys Platform packages. Open for ISSUES and PULL REQUESTS. - GitHub - shopsys/shopsys: Main repository for maintaining Shopsys Platform packages. Open for ISSUES...
- 167Validates passwords against PHP's password_hash function using PASSWORD_DEFAULT. Will rehash when needed, and will upgrade legacy passwords with the Upgrade decorator.
https://github.com/jeremykendall/password-validator
Validates passwords against PHP's password_hash function using PASSWORD_DEFAULT. Will rehash when needed, and will upgrade legacy passwords with the Upgrade decorator. - jeremykendall/password-...
- 168CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very usefull when you're sending emails.
https://github.com/tijsverkoyen/CssToInlineStyles
CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very usefull when you're sending emails. - tijsverkoyen/CssToInlineSt...
- 169Get info from any web service or page
https://github.com/oscarotero/Embed
Get info from any web service or page. Contribute to oscarotero/Embed development by creating an account on GitHub.
- 170Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute.
https://github.com/thephpleague/route
Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute. - thephpleague/route
- 171Object-Oriented API for PHP streams
https://github.com/fzaninotto/Streamer
Object-Oriented API for PHP streams. Contribute to fzaninotto/Streamer development by creating an account on GitHub.
- 172A money and currency library for PHP
https://github.com/brick/money
A money and currency library for PHP. Contribute to brick/money development by creating an account on GitHub.
- 173😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
https://github.com/nette/tracy
😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it. - nette...
- 174Handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
https://github.com/barbushin/php-console
Handle PHP errors, dump variables, execute PHP code remotely in Google Chrome - barbushin/php-console
- 175Simple Yet Powerful Geo Library for PHP
https://github.com/mjaschen/phpgeo
Simple Yet Powerful Geo Library for PHP. Contribute to mjaschen/phpgeo development by creating an account on GitHub.
- 176Simple and fast HTML and XML parser
https://github.com/Imangazaliev/DiDOM
Simple and fast HTML and XML parser. Contribute to Imangazaliev/DiDOM development by creating an account on GitHub.
- 177Extract colors from an image like a human would do.
https://github.com/thephpleague/color-extractor
Extract colors from an image like a human would do. - thephpleague/color-extractor
- 178:closed_lock_with_key: Security advisories as a simple composer exclusion list, updated daily
https://github.com/Roave/SecurityAdvisories
:closed_lock_with_key: Security advisories as a simple composer exclusion list, updated daily - Roave/SecurityAdvisories
- 179Pux is a fast PHP Router and includes out-of-box controller tools
https://github.com/c9s/Pux
Pux is a fast PHP Router and includes out-of-box controller tools - c9s/Pux
- 180Small but powerful dependency injection container
https://github.com/thephpleague/container
Small but powerful dependency injection container. Contribute to thephpleague/container development by creating an account on GitHub.
- 181Public Suffix List based domain parsing implemented in PHP
https://github.com/jeremykendall/php-domain-parser
Public Suffix List based domain parsing implemented in PHP - jeremykendall/php-domain-parser
- 182A simple PHP API extension for DateTime.
https://github.com/briannesbitt/Carbon
A simple PHP API extension for DateTime. Contribute to briannesbitt/Carbon development by creating an account on GitHub.
- 183RMT is a handy tool to help releasing new version of your software
https://github.com/liip/RMT
RMT is a handy tool to help releasing new version of your software - liip/RMT
- 184SpecBDD Framework for PHP
https://github.com/phpspec/phpspec
SpecBDD Framework for PHP. Contribute to phpspec/phpspec development by creating an account on GitHub.
- 185PHPCI is a free and open source continuous integration tool specifically designed for PHP.
https://github.com/dancryer/phpci
PHPCI is a free and open source continuous integration tool specifically designed for PHP. - dancryer/PHPCI
- 186Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.
https://github.com/dauxio/daux.io
Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a develope...
- 187An IMAP library for PHP
https://github.com/tedious/Fetch
An IMAP library for PHP. Contribute to tedious/Fetch development by creating an account on GitHub.
- 188Dependency Injection System
https://github.com/auraphp/Aura.Di
Dependency Injection System. Contribute to auraphp/Aura.Di development by creating an account on GitHub.
- 189Production-grade rapid controller development with built in love for API and Search
https://github.com/friendsofcake/crud
Production-grade rapid controller development with built in love for API and Search - FriendsOfCake/crud
- 190Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
https://github.com/etrepat/baum
Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM. - etrepat/baum
- 191Compares two source sets and determines the appropriate semantic versioning to apply.
https://github.com/tomzx/php-semver-checker
Compares two source sets and determines the appropriate semantic versioning to apply. - tomzx/php-semver-checker
- 192[READ-ONLY] The event dispatcher library for CakePHP. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp
https://github.com/cakephp/event
[READ-ONLY] The event dispatcher library for CakePHP. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp - cakephp/event
- 193The classic email sending library for PHP
https://github.com/PHPMailer/PHPMailer
The classic email sending library for PHP. Contribute to PHPMailer/PHPMailer development by creating an account on GitHub.
- 194Silly CLI micro-framework based on Symfony Console
https://github.com/mnapoli/silly
Silly CLI micro-framework based on Symfony Console - mnapoli/silly
- 195Allows you to standardize and centralize the way objects are constructed in your application
https://github.com/symfony/dependency-injection
Allows you to standardize and centralize the way objects are constructed in your application - symfony/dependency-injection
- 196:white_check_mark: JoliCi - Run your TravisCi builds locally
https://github.com/jolicode/JoliCi
:white_check_mark: JoliCi - Run your TravisCi builds locally - jolicode/JoliCi
- 197A non-blocking concurrency framework for PHP applications. 🐘
https://github.com/amphp/amp
A non-blocking concurrency framework for PHP applications. 🐘 - amphp/amp
- 198PSR-7 middleware foundation for building and dispatching middleware pipelines
https://github.com/laminas/laminas-stratigility
PSR-7 middleware foundation for building and dispatching middleware pipelines - laminas/laminas-stratigility
- 199Abstraction for local and remote filesystems
https://github.com/thephpleague/Flysystem
Abstraction for local and remote filesystems. Contribute to thephpleague/flysystem development by creating an account on GitHub.
- 200Purl is a simple Object Oriented URL manipulation library for PHP 7.2+
https://github.com/jwage/purl
Purl is a simple Object Oriented URL manipulation library for PHP 7.2+ - jwage/purl
- 201🌄 Perceptual image hashing for PHP
https://github.com/jenssegers/imagehash
🌄 Perceptual image hashing for PHP. Contribute to jenssegers/imagehash development by creating an account on GitHub.
- 202A MySQL engine written in pure PHP
https://github.com/vimeo/php-mysql-engine
A MySQL engine written in pure PHP. Contribute to vimeo/php-mysql-engine development by creating an account on GitHub.
- 203:lipstick: Durable and asynchronous data imports for consuming data at scale and publishing testable SDKs.
https://github.com/ScriptFUSION/Porter
:lipstick: Durable and asynchronous data imports for consuming data at scale and publishing testable SDKs. - ScriptFUSION/Porter
- 204Powerful implementation of the Specification pattern in PHP
https://github.com/K-Phoen/rulerz
Powerful implementation of the Specification pattern in PHP - K-Phoen/rulerz
- 205A browser testing and web crawling library for PHP and Symfony
https://github.com/symfony/panther
A browser testing and web crawling library for PHP and Symfony - symfony/panther
- 206PHP library that provides a filesystem abstraction layer − will be a feast for your files!
https://github.com/KnpLabs/Gaufrette
PHP library that provides a filesystem abstraction layer − will be a feast for your files! - KnpLabs/Gaufrette
- 207Checks prefer-lowest installation for actually defined min versions in composer.json
https://github.com/dereuromark/composer-prefer-lowest
Checks prefer-lowest installation for actually defined min versions in composer.json - dereuromark/composer-prefer-lowest
- 208Wonderfully easy on-demand image manipulation library with an HTTP based API.
https://github.com/thephpleague/glide
Wonderfully easy on-demand image manipulation library with an HTTP based API. - thephpleague/glide
- 209A Multi-Framework Composer Library Installer
https://github.com/composer/installers
A Multi-Framework Composer Library Installer. Contribute to composer/installers development by creating an account on GitHub.
- 210🐘 A PHP client for interacting with Gotenberg.
https://github.com/gotenberg/gotenberg-php
🐘 A PHP client for interacting with Gotenberg. Contribute to gotenberg/gotenberg-php development by creating an account on GitHub.
- 211The PHP Unit Testing framework.
https://github.com/sebastianbergmann/phpunit
The PHP Unit Testing framework. Contribute to sebastianbergmann/phpunit development by creating an account on GitHub.
- 212PHP Mutation Testing library
https://github.com/infection/infection
PHP Mutation Testing library. Contribute to infection/infection development by creating an account on GitHub.
- 213[READ-ONLY] A flexible, lightweight and powerful Object-Relational Mapper for PHP, implemented using the DataMapper pattern. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp
https://github.com/cakephp/orm
[READ-ONLY] A flexible, lightweight and powerful Object-Relational Mapper for PHP, implemented using the DataMapper pattern. This repo is a split of the main code that can be found in https://githu...
- 214Highly opinionated mocking framework for PHP 5.3+
https://github.com/phpspec/prophecy
Highly opinionated mocking framework for PHP 5.3+. Contribute to phpspec/prophecy development by creating an account on GitHub.
- 215Simple static Composer repository generator - For a full private Composer repo use Private Packagist
https://github.com/composer/satis
Simple static Composer repository generator - For a full private Composer repo use Private Packagist - composer/satis
- 216UnifiedArchive - an archive manager with unified interface for different formats (bundled with cli utility). Supports all formats with basic operations (reading, extracting and creation) and popular formats specific features (compression level, password-protection, comment)
https://github.com/wapmorgan/UnifiedArchive
UnifiedArchive - an archive manager with unified interface for different formats (bundled with cli utility). Supports all formats with basic operations (reading, extracting and creation) and popula...
- 217PSR-11 compatible Dependency Injection Container for PHP.
https://github.com/bitExpert/disco
PSR-11 compatible Dependency Injection Container for PHP. - bitExpert/disco
- 218:heavy_check_mark: PHP Test Framework for Freedom, Truth, and Justice
https://github.com/kahlan/kahlan
:heavy_check_mark: PHP Test Framework for Freedom, Truth, and Justice - kahlan/kahlan
- 219Build bespoke content experiences with Craft.
https://github.com/craftcms/cms
Build bespoke content experiences with Craft. Contribute to craftcms/cms development by creating an account on GitHub.
- 220Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests
https://github.com/Yoast/PHPUnit-Polyfills/
Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests - Yoast/PHPUnit-Polyfills
- 221A framework agnostic, multi-gateway payment processing library for PHP 5.6+
https://github.com/thephpleague/omnipay
A framework agnostic, multi-gateway payment processing library for PHP 5.6+ - thephpleague/omnipay
- 222Expressive fixtures generator
https://github.com/nelmio/alice
Expressive fixtures generator. Contribute to nelmio/alice development by creating an account on GitHub.
- 223A php swagger annotation and parsing library
https://github.com/zircote/swagger-php
A php swagger annotation and parsing library. Contribute to zircote/swagger-php development by creating an account on GitHub.
- 224:computer: Parallel testing for PHPUnit
https://github.com/paratestphp/paratest
:computer: Parallel testing for PHPUnit. Contribute to paratestphp/paratest development by creating an account on GitHub.
- 225Merge one or more additional composer.json files at Composer runtime
https://github.com/wikimedia/composer-merge-plugin
Merge one or more additional composer.json files at Composer runtime - wikimedia/composer-merge-plugin
- 226Yii 2: The Fast, Secure and Professional PHP Framework
https://github.com/yiisoft/yii2/
Yii 2: The Fast, Secure and Professional PHP Framework - yiisoft/yii2
- 227Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏
https://github.com/nette/tester
Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏 - nette/tester
- 228🎩✨🌈 OOP Proxy wrappers/utilities - generates and manages proxies of your objects
https://github.com/Ocramius/ProxyManager
🎩✨🌈 OOP Proxy wrappers/utilities - generates and manages proxies of your objects - Ocramius/ProxyManager
- 229Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
https://github.com/fightbulc/moment.php
Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js - fightbulc/moment.php
- 230Kint - Advanced PHP dumper
https://github.com/kint-php/kint
Kint - Advanced PHP dumper. Contribute to kint-php/kint development by creating an account on GitHub.
- 231🚀 Coroutine-based concurrency library for PHP
https://github.com/swoole/swoole-src
🚀 Coroutine-based concurrency library for PHP. Contribute to swoole/swoole-src development by creating an account on GitHub.
- 232A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM
https://github.com/hollodotme/fast-cgi-client
A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM - hollodotme/fast-cgi-client
- 233Mautic: Open Source Marketing Automation Software.
https://github.com/mautic/mautic
Mautic: Open Source Marketing Automation Software. - mautic/mautic
- 234Adapters for PHP framework containers to an interoperable interface
https://github.com/AcclimateContainer/acclimate-container
Adapters for PHP framework containers to an interoperable interface - AcclimateContainer/acclimate-container
- 235Continuous Integration and Delivery
https://circleci.com
Get the best continuous integration and delivery (CI/CD), in our cloud or on your own infrastructure. Start for free and scale as you grow.
- 236PHP 5.x support for random_bytes() and random_int()
https://github.com/paragonie/random_compat
PHP 5.x support for random_bytes() and random_int() - paragonie/random_compat
- 237A pure PHP library for reading and writing spreadsheet files
https://github.com/PHPOffice/PhpSpreadsheet
A pure PHP library for reading and writing spreadsheet files - PHPOffice/PhpSpreadsheet
- 238A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.
https://github.com/zenstruck/foundry
A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine. - zenstruck/foundry
- 239Asynchronous WebSocket server
https://github.com/ratchetphp/Ratchet
Asynchronous WebSocket server. Contribute to ratchetphp/Ratchet development by creating an account on GitHub.
- 240Spot v2.x DataMapper built on top of Doctrine's Database Abstraction Layer
https://github.com/spotorm/spot2
Spot v2.x DataMapper built on top of Doctrine's Database Abstraction Layer - spotorm/spot2
- 241Retrofit implementation in PHP. A REST client for PHP.
https://github.com/tebru/retrofit-php
Retrofit implementation in PHP. A REST client for PHP. - tebru/retrofit-php
- 242Geo-related tools PHP 7.3+ library built atop Geocoder and React libraries
https://github.com/thephpleague/geotools
Geo-related tools PHP 7.3+ library built atop Geocoder and React libraries - thephpleague/geotools
- 243The ZAP core project
https://github.com/zaproxy/zaproxy
The ZAP core project. Contribute to zaproxy/zaproxy development by creating an account on GitHub.
- 244Realistic PHP password strength estimate library based on Zxcvbn JS
https://github.com/bjeavons/zxcvbn-php
Realistic PHP password strength estimate library based on Zxcvbn JS - bjeavons/zxcvbn-php
- 245The modern, simple and intuitive PHP unit testing framework.
https://github.com/atoum/atoum
The modern, simple and intuitive PHP unit testing framework. - atoum/atoum
- 246🎵 Provides a composer plugin for normalizing composer.json.
https://github.com/ergebnis/composer-normalize
🎵 Provides a composer plugin for normalizing composer.json. - ergebnis/composer-normalize
- 247Asynchronous WebSocket client
https://github.com/ratchetphp/Pawl
Asynchronous WebSocket client. Contribute to ratchetphp/Pawl development by creating an account on GitHub.
- 248Laravel - The PHP Framework For Web Artisans
https://laravel.com/
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
- 249Faker is a PHP library that generates fake data for you
https://github.com/fakerphp/faker
Faker is a PHP library that generates fake data for you - FakerPHP/Faker
- 250A fast & flexible router
https://github.com/klein/klein.php
A fast & flexible router. Contribute to klein/klein.php development by creating an account on GitHub.
- 251Sends your logs to files, sockets, inboxes, databases and various web services
https://github.com/Seldaek/monolog
Sends your logs to files, sockets, inboxes, databases and various web services - Seldaek/monolog
- 252Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
https://github.com/WordPress/Requests
Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries. - WordPress/Requests
- 253Copy/Paste Detector (CPD) for PHP code.
https://github.com/sebastianbergmann/phpcpd
Copy/Paste Detector (CPD) for PHP code. Contribute to sebastianbergmann/phpcpd development by creating an account on GitHub.
- 254A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies
https://github.com/maglnet/ComposerRequireChecker
A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies - maglnet/ComposerRequireChecker
- 255Analyze PHP code with one command
https://github.com/EdgedesignCZ/phpqa
Analyze PHP code with one command. Contribute to EdgedesignCZ/phpqa development by creating an account on GitHub.
- 256Convert HTML to an image, PDF or string
https://github.com/spatie/browsershot
Convert HTML to an image, PDF or string. Contribute to spatie/browsershot development by creating an account on GitHub.
- 257PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
https://github.com/PHPCSStandards/PHP_CodeSniffer
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards. - PHPCSStandards/PHP_CodeSniffer
- 258A PHP QR Code generator and reader with a user-friendly API.
https://github.com/chillerlan/php-qrcode/
A PHP QR Code generator and reader with a user-friendly API. - chillerlan/php-qrcode
- 259low-overhead sampling profiler for PHP 7+
https://github.com/adsr/phpspy
low-overhead sampling profiler for PHP 7+. Contribute to adsr/phpspy development by creating an account on GitHub.
- 260Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
https://github.com/phan/phan
Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness. - phan/phan
- 261Instant Upgrades and Automated Refactoring of any PHP 5.3+ code
https://github.com/rectorphp/rector
Instant Upgrades and Automated Refactoring of any PHP 5.3+ code - rectorphp/rector
- 262An object oriented PHP driver for FFMpeg binary
https://github.com/PHP-FFmpeg/PHP-FFmpeg/
An object oriented PHP driver for FFMpeg binary. Contribute to PHP-FFMpeg/PHP-FFMpeg development by creating an account on GitHub.
- 263GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
https://github.com/shivammathur/setup-php
GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools. - shivammathur/setup-php
- 264Statamic is a powerful, highly scalable CMS built on Laravel.
https://statamic.com/
The open source, flat-first, Laravel + Git powered CMS designed for building easy to manage websites.
- 265Symfony Components
https://symfony.com/components
Symfony Components are a set of decoupled and reusable PHP libraries. They have become the standard foundation on which the best PHP applications are built on.
- 266Sylius - eCommerce platform for custom solutions
https://sylius.com/
The highest quality of code and Symfony’s unified API standards make Sylius the most customizable and integrative platform on the market.
- 267Application Performance Monitoring & Error Tracking Software
https://sentry.io/welcome/
Self-hosted and cloud-based application performance monitoring & error tracking that helps software teams see clearer, solve quicker, & learn continuously.
- 268Build Apps On AWS Lambda
https://www.serverless.com/framework
Deploy auto-scaling applications on AWS Lambda, API Gateway, DynamoDB, etc. Build REST APIs, GraphQL APIs, microservices, streaming data pipelines, scheduled tasks & more.
- 269Homebrew
https://brew.sh/
The Missing Package Manager for macOS (or Linux).
- 270Bref – Simple and scalable PHP with serverless
https://bref.sh/
Bref is a framework to write and deploy serverless PHP applications on AWS Lambda.
- 271PHP Open Source Project
https://www.doctrine-project.org/projects/migrations.html
PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.
- 272Manticore Search – easy-to-use fast search database
https://manticoresearch.com/
Manticore Search is an easy-to-use open source fast database for search. Elasticsearch alternative, vector search, SQL interface, full-text search capabilities
- 273Laradock
http://laradock.io/
Full PHP development environment for Docker.
- 274Hack
https://hacklang.org/
Hack is an object-oriented programming language for building reliable websites at epic scale
- 275Deploy your Laravel PHP application to the cloud
https://vapor.laravel.com/
Laravel Vapor is a serverless deployment platform for Laravel, powered by AWS.
- 276Visual Studio Code - Code Editing. Redefined
https://code.visualstudio.com/
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
- 277The PHP IDE by JetBrains
https://www.jetbrains.com/phpstorm/
Explore the PhpStorm IDE for web projects. Get everything you need for PHP, JavaScript, and SQL coding out of the box
- 278Vagrant by HashiCorp
https://www.vagrantup.com/
Vagrant enables users to create and configure lightweight, reproducible, and portable development environments.
- 279A simple filtering library for PHP
https://github.com/ircmaxell/filterus
A simple filtering library for PHP. Contribute to ircmaxell/filterus development by creating an account on GitHub.
- 280A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.
https://github.com/jbroadway/urlify
A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs. - jbroadway/urlify
- 281PHP library that helps to map any input into a strongly-typed value object structure.
https://github.com/CuyZ/Valinor
PHP library that helps to map any input into a strongly-typed value object structure. - CuyZ/Valinor
- 282:seedling: Jane is a set of libraries to generate Models & API Clients based on JSON Schema / OpenAPI specs
https://github.com/janephp/janephp/
:seedling: Jane is a set of libraries to generate Models & API Clients based on JSON Schema / OpenAPI specs - janephp/janephp
- 2833v4l.org - online PHP shell with 250+ PHP versions
https://3v4l.org/
Visit 3v4l.org: an online shell that allows you to run your code on my server
- 284The PhpStorm Blog | The JetBrains Blog
https://blog.jetbrains.com/phpstorm/tag/php-annotated-monthly/
Get the latest PhpStorm updates and discover the most recent developments in the world of PHP
- 285Official repository of the AWS SDK for PHP (@awsforphp)
https://github.com/aws/aws-sdk-php
Official repository of the AWS SDK for PHP (@awsforphp) - aws/aws-sdk-php
- 286Official PHP client for Elasticsearch.
https://github.com/elastic/elasticsearch-php
Official PHP client for Elasticsearch. Contribute to elastic/elasticsearch-php development by creating an account on GitHub.
- 287Doctrine Cache component
https://github.com/doctrine/cache
Doctrine Cache component. Contribute to doctrine/cache development by creating an account on GitHub.
- 288[READ-ONLY] Validation library from CakePHP. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp
https://github.com/cakephp/validation
[READ-ONLY] Validation library from CakePHP. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp - cakephp/validation
- 289No Compromises
https://show.nocompromises.io/
Two seasoned salty programming veterans talk best practices based on years of working with Laravel SaaS teams.
- 290:computer: Send notifications to your desktop directly from your PHP script
https://github.com/jolicode/JoliNotif
:computer: Send notifications to your desktop directly from your PHP script - jolicode/JoliNotif
- 291A simple library to work with JSON Web Token and JSON Web Signature
https://github.com/lcobucci/jwt
A simple library to work with JSON Web Token and JSON Web Signature - lcobucci/jwt
- 292PHP Cookbook
https://www.oreilly.com/library/view/php-cookbook/9781098121310/
If you're a PHP developer looking for proven solutions to common problems, this cookbook provides code recipes to help you resolve a variety of coding issues. PHP is a remarkably … - Selection from PHP Cookbook [Book]
- 293Cache slam defense using a semaphore to prevent dogpile effect.
https://github.com/sobstel/metaphore
Cache slam defense using a semaphore to prevent dogpile effect. - sobstel/metaphore
- 294Functional Programming in PHP Book · Second Edition
https://www.functionalphp.com/
Learn advanced and powerful functional programming techniques with the Functional Programming in PHP Book.
- 295Eclipse Downloads | The Eclipse Foundation
https://www.eclipse.org/downloads/
The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks.
- 296API Platform
https://api-platform.com
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
- 297An ANSI to HTML5 converter
https://github.com/sensiolabs/ansi-to-html
An ANSI to HTML5 converter. Contribute to sensiolabs/ansi-to-html development by creating an account on GitHub.
- 298Core Concepts
https://leanpub.com/securingphp-coreconcepts
null
- 299application/hal builder / formatter for PHP 5.4+
https://github.com/blongden/hal
application/hal builder / formatter for PHP 5.4+. Contribute to blongden/hal development by creating an account on GitHub.
- 300Validate and sanitize arrays and objects.
https://github.com/auraphp/Aura.Filter
Validate and sanitize arrays and objects. Contribute to auraphp/Aura.Filter development by creating an account on GitHub.
- 301[READ-ONLY] Easy to use Caching library with support for multiple caching backends. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp
https://github.com/cakephp/cache
[READ-ONLY] Easy to use Caching library with support for multiple caching backends. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp - cakephp/cache
- 302PHP 5.3+ oAuth 1/2 Client Library
https://github.com/daviddesberg/PHPoAuthLib
PHP 5.3+ oAuth 1/2 Client Library. Contribute to daviddesberg/PHPoAuthLib development by creating an account on GitHub.
- 303Online PHP Sandbox on Steroids!
https://phpsandbox.io
PHP Sandbox is an online code sandbox for PHP that makes prototyping and sharing of PHP Projects swift and painless.
- 304Signaling PHP
https://leanpub.com/signalingphp
null
- 305Elastic — The Search AI Company
https://www.elastic.co/.
Power insights and outcomes with The Elastic Search AI Platform. See into your data and find answers that matter with enterprise solutions designed to help you accelerate time to insight. Try Elastic ...
- 306OAuth 1 Client
https://github.com/thephpleague/oauth1-client
OAuth 1 Client. Contribute to thephpleague/oauth1-client development by creating an account on GitHub.
- 307Output complex, flexible, AJAX/RESTful data structures.
https://github.com/thephpleague/fractal
Output complex, flexible, AJAX/RESTful data structures. - thephpleague/fractal
- 308File uploads with validation and storage strategies
https://github.com/brandonsavage/Upload
File uploads with validation and storage strategies - brandonsavage/Upload
- 309Laravel - The PHP Framework For Web Artisans
https://laravel.com/docs/master/valet.
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
- 310The Grumpy Programmer's PHPUnit Cookbook
https://leanpub.com/grumpy-phpunit
A no-nonsense guide on how to use PHPUnit
- 311Bernard is a multi-backend PHP library for creating background jobs for later processing.
https://github.com/bernardphp/bernard
Bernard is a multi-backend PHP library for creating background jobs for later processing. - bernardphp/bernard
- 312Quickly and easily expose Doctrine entities as REST resource endpoints with the use of simple configuration with annotations, yaml, json or a PHP array.
https://github.com/leedavis81/drest
Quickly and easily expose Doctrine entities as REST resource endpoints with the use of simple configuration with annotations, yaml, json or a PHP array. - leedavis81/drest
- 313Decimal handling as value object instead of plain strings or floats.
https://github.com/php-collective/decimal-object
Decimal handling as value object instead of plain strings or floats. - php-collective/decimal-object
- 314Immutable value object for IPv4 and IPv6 addresses, including helper methods and Doctrine support.
https://github.com/darsyn/ip
Immutable value object for IPv4 and IPv6 addresses, including helper methods and Doctrine support. - darsyn/ip
- 315PHP Town Hall
https://phptownhall.com/
PHP Town Hall is a podcast from Ben Edmunds and Matt Trask that raises questions about current events (or upcoming things) in the PHP community, with different guests each episode.
- 316The most popular PHP library for use with the Twitter OAuth REST API.
https://github.com/abraham/twitteroauth
The most popular PHP library for use with the Twitter OAuth REST API. - abraham/twitteroauth
- 317Platform-Agnostic Security Tokens
https://github.com/paragonie/paseto
Platform-Agnostic Security Tokens. Contribute to paragonie/paseto development by creating an account on GitHub.
- 318PHP's best friend for the terminal.
https://github.com/thephpleague/climate
PHP's best friend for the terminal. Contribute to thephpleague/climate development by creating an account on GitHub.
- 319Laravel News Podcast
https://podcast.laravel-news.com/
The Laravel News Podcast brings you all the latest news and events related to the Laravel PHP Framework
- 320Lock library to provide serialized execution of PHP code.
https://github.com/php-lock/lock
Lock library to provide serialized execution of PHP code. - php-lock/lock
- 321Content Negotiation tools for PHP.
https://github.com/willdurand/Negotiation
Content Negotiation tools for PHP. Contribute to willdurand/Negotiation development by creating an account on GitHub.
- 322A Oembed consumer library, that gives you information about urls. It helps you replace urls to youtube or vimeo for example, with their html embed code. It has advanced features like offline support, responsive embeds and caching support.
https://github.com/mpratt/Embera
A Oembed consumer library, that gives you information about urls. It helps you replace urls to youtube or vimeo for example, with their html embed code. It has advanced features like offline suppor...
- 323Laravel - The PHP Framework For Web Artisans
https://laravel.com/docs/master/homestead
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
- 324XML Parsing with PHP | php[architect]
https://www.phparch.com/books/xml-parsing-with-php/
This edition covers parsing and validating XML documents, leveraging XPath expressions, and working with namespaces as well as how to create and modify XML files programmatically. Each chapter contains examples illustrating how to use the different XML extensions at your disposal.
- 325A lightweight lexical string parser for BBCode styled markup.
https://github.com/milesj/decoda
A lightweight lexical string parser for BBCode styled markup. - milesj/decoda
- 326Provide TeX-Hyphenation to PHP
https://github.com/heiglandreas/Org_Heigl_Hyphenator
Provide TeX-Hyphenation to PHP. Contribute to heiglandreas/Org_Heigl_Hyphenator development by creating an account on GitHub.
- 327👮 A PHP desktop/mobile user agent parser with support for Laravel, based on Mobiledetect
https://github.com/jenssegers/agent
👮 A PHP desktop/mobile user agent parser with support for Laravel, based on Mobiledetect - jenssegers/agent
- 328The Laravel Podcast
https://laravelpodcast.com/
The Laravel Podcast brings you Laravel and PHP development news and discussion.
- 329North Meets South Web Podcast
https://www.northmeetssouth.audio/
Jake Bennett and Michael Dyrynda conquer a 14.5 hour time difference to talk about life as web developers
- 330Mostly Technical
https://mostlytechnical.com/
Hosted by Ian Landsman and Aaron Francis, Mostly Technical is a lively discussion on Laravel, business, and an eclectic mix of related topics.
- 331PHP-CPP - A C++ library for developing PHP extensions
https://www.php-cpp.com/
PHP-CPP is a C++ library for developing PHP extensions. Use and extend PHP-CPP's well documented and easy to use classes to build native extensions for PHP.
- 332Thin assertion library for use in libraries and business-model
https://github.com/beberlei/assert
Thin assertion library for use in libraries and business-model - beberlei/assert
- 333The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects
https://github.com/sabre-io/vobject
:date: The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects - GitHub - sabre-io/vobject: The VObject library for PHP allows you to easily parse and man...
- 334PHP Library that implements several messaging patterns for RabbitMQ
https://github.com/php-amqplib/Thumper
PHP Library that implements several messaging patterns for RabbitMQ - php-amqplib/Thumper
- 335Over Engineered
https://overengineered.fm/
A podcast where we explore unimportant programming questions (mostly PHP/Laravel/JavaScript) in extreme detail.
- 336Library to parse, format and convert byte units
https://github.com/gabrielelana/byte-units
Library to parse, format and convert byte units. Contribute to gabrielelana/byte-units development by creating an account on GitHub.
- 337Laravel Herd
https://herd.laravel.com/
Laravel Development perfected - One click PHP development environment.
- 338Arbitrary-precision arithmetic library for PHP
https://github.com/brick/math
Arbitrary-precision arithmetic library for PHP. Contribute to brick/math development by creating an account on GitHub.
- 339Code highlighting with Shiki in PHP
https://github.com/spatie/shiki-php
Code highlighting with Shiki in PHP. Contribute to spatie/shiki-php development by creating an account on GitHub.
- 340ColorJizz is a PHP library for manipulating and converting colors.
https://github.com/mikeemoo/ColorJizz-PHP
ColorJizz is a PHP library for manipulating and converting colors. - mikeemoo/ColorJizz-PHP
- 341Provides an object-oriented API to sanitize untrusted HTML input for safe insertion into a document's DOM.
https://github.com/symfony/html-sanitizer
Provides an object-oriented API to sanitize untrusted HTML input for safe insertion into a document's DOM. - symfony/html-sanitizer
- 342Domain-Driven Design in PHP
https://leanpub.com/ddd-in-php
Master Domain-Driven Design Tactical patterns: Entities, Value Objects, Services, Domain Events, Aggregates, Factories, Repositories and Application Services.
- 343PHP implementation of JSON schema. Fork of the http://jsonschemaphpv.sourceforge.net/ project
https://github.com/jsonrainbow/json-schema
PHP implementation of JSON schema. Fork of the http://jsonschemaphpv.sourceforge.net/ project - GitHub - jsonrainbow/json-schema: PHP implementation of JSON schema. Fork of the http://jsonschemaph...
- 344Extracts information about web pages, like youtube videos, twitter statuses or blog articles.
https://github.com/essence/essence
Extracts information about web pages, like youtube videos, twitter statuses or blog articles. - essence/essence
- 345The Official MongoDB PHP driver
https://github.com/mongodb/mongo-php-driver
The Official MongoDB PHP driver. Contribute to mongodb/mongo-php-driver development by creating an account on GitHub.
- 346Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP
https://github.com/WsdlToPhp/PackageGenerator
Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP - WsdlToPhp/PackageGenerator
- 347php[architect] Magazine - The Journal for PHP Programmers
https://www.phparch.com/magazine/
php[architect] is the monthly journal for PHP developers. Each issue is carefully curated and reviewed. A PHP magazine in print & digital editions.
- 348Parser for Markdown and Markdown Extra derived from the original Markdown.pl by John Gruber.
https://github.com/michelf/php-markdown
Parser for Markdown and Markdown Extra derived from the original Markdown.pl by John Gruber. - michelf/php-markdown
- 349Podcast Episodes Archive | php[architect]
https://www.phparch.com/podcast/
The site for PHP professionals, Magazine, Training, Books, Conferences
- 350Library for (de-)serializing data of any complexity (supports JSON, and XML)
https://github.com/schmittjoh/serializer
Library for (de-)serializing data of any complexity (supports JSON, and XML) - schmittjoh/serializer
- 351Skeleton Application for Laminas API Tools
https://github.com/laminas-api-tools/api-tools-skeleton
Skeleton Application for Laminas API Tools. Contribute to laminas-api-tools/api-tools-skeleton development by creating an account on GitHub.
- 352PHP Database Migrations for Everyone
https://github.com/cakephp/phinx
PHP Database Migrations for Everyone. Contribute to cakephp/phinx development by creating an account on GitHub.
- 353Standards compliant HTML filter written in PHP
https://github.com/ezyang/htmlpurifier
Standards compliant HTML filter written in PHP. Contribute to ezyang/htmlpurifier development by creating an account on GitHub.
- 354A powerful command line application framework for PHP. It's an extensible, flexible component, You can build your command-based application in seconds!
https://github.com/c9s/CLIFramework
A powerful command line application framework for PHP. It's an extensible, flexible component, You can build your command-based application in seconds! - c9s/CLIFramework
- 355An Elegant CLI Library for PHP
https://github.com/nategood/commando
An Elegant CLI Library for PHP. Contribute to nategood/commando development by creating an account on GitHub.
- 356:snowflake: A PHP library for generating universally unique identifiers (UUIDs).
https://github.com/ramsey/uuid
:snowflake: A PHP library for generating universally unique identifiers (UUIDs). - ramsey/uuid
- 357ua-parser/php at master · tobie/ua-parser
https://github.com/tobie/ua-parser/tree/master/php
A multi-language port of Browserscope's user agent parser. - tobie/ua-parser
- 358A library for handling physical quantities and the units of measure in which they're represented.
https://github.com/triplepoint/php-units-of-measure
A library for handling physical quantities and the units of measure in which they're represented. - triplepoint/php-units-of-measure
- 359Simple and effective multi-format Web API Server to host your PHP API as Pragmatic REST and/or RESTful API
https://github.com/Luracast/Restler
Simple and effective multi-format Web API Server to host your PHP API as Pragmatic REST and/or RESTful API - Luracast/Restler
- 360`LINQ to Object` inspired DSL for PHP
https://github.com/akanehara/ginq
`LINQ to Object` inspired DSL for PHP. Contribute to akanehara/ginq development by creating an account on GitHub.
- 361Redis - The Real-time Data Platform
https://redis.io/
Developers love Redis. Unlock the full potential of the Redis database with Redis Enterprise and start building blazing fast apps.
- 362Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
https://github.com/php-enqueue/enqueue-dev
Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro - php-enqueue/enqueue-dev
- 363Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP
https://github.com/nicolas-grekas/Patchwork-UTF8
Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP - nicolas-grekas/Patchwork-UTF8
- 364The place to keep your cache.
https://github.com/tedious/Stash
The place to keep your cache. Contribute to tedious/Stash development by creating an account on GitHub.
- 365A lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting.
https://github.com/jdorn/sql-formatter/
A lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting. - jdorn/sql-formatter
- 366An HTML5 parser and serializer for PHP.
https://github.com/Masterminds/html5-php
An HTML5 parser and serializer for PHP. Contribute to Masterminds/html5-php development by creating an account on GitHub.
- 367The most awesome validation engine ever created for PHP
https://github.com/Respect/Validation
The most awesome validation engine ever created for PHP - Respect/Validation
- 368A PHP library for command-line argument processing
https://github.com/getopt-php/getopt-php
A PHP library for command-line argument processing - getopt-php/getopt-php
- 369A beautiful yet powerful syntax highlighter
https://github.com/shikijs/shiki
A beautiful yet powerful syntax highlighter. Contribute to shikijs/shiki development by creating an account on GitHub.
- 370The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model.
https://github.com/matomo-org/device-detector
The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model. - GitHub...
- 371Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite
https://github.com/ruckus/ruckusing-migrations
Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite - ruckus/ruckusing-migrations
- 372Yet Another LINQ to Objects for PHP [Simplified BSD]
https://github.com/Athari/YaLinqo
Yet Another LINQ to Objects for PHP [Simplified BSD] - Athari/YaLinqo
- 373Map nested JSON structures to PHP classes
https://github.com/JsonMapper/JsonMapper
Map nested JSON structures to PHP classes. Contribute to JsonMapper/JsonMapper development by creating an account on GitHub.
- 374[READ-ONLY] Collection library in CakePHP. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp
https://github.com/cakephp/collection
[READ-ONLY] Collection library in CakePHP. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp - cakephp/collection
- 375PHP Integrated Query, a real LINQ library for PHP
https://github.com/TimeToogo/Pinq
PHP Integrated Query, a real LINQ library for PHP. Contribute to TimeToogo/Pinq development by creating an account on GitHub.
- 376The PHP deployment tool with support for popular frameworks out of the box
https://github.com/deployphp/deployer
The PHP deployment tool with support for popular frameworks out of the box - deployphp/deployer
- 377PPM is a process manager, supercharger and load balancer for modern PHP applications.
https://github.com/php-pm/php-pm
PPM is a process manager, supercharger and load balancer for modern PHP applications. - php-pm/php-pm
- 378A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache tagging and indexing.
https://github.com/apix/cache
A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache tagging and indexing. - apix/cache
- 379Elastica is a PHP client for elasticsearch
https://github.com/ruflin/Elastica
Elastica is a PHP client for elasticsearch. Contribute to ruflin/Elastica development by creating an account on GitHub.
- 380Library for converting units and sizes in PHP
https://github.com/Crisu83/php-conversion
Library for converting units and sizes in PHP. Contribute to crisu83/php-conversion development by creating an account on GitHub.
- 381PHP client for beanstalkd queue
https://github.com/pheanstalk/pheanstalk
PHP client for beanstalkd queue. Contribute to pheanstalk/pheanstalk development by creating an account on GitHub.
- 382PHP bindings for Tarantool Queue.
https://github.com/tarantool-php/queue
PHP bindings for Tarantool Queue. Contribute to tarantool-php/queue development by creating an account on GitHub.
- 383PHP library - Validators for standards from ISO, International Finance, Public Administrations, GS1, Manufacturing Industry, Phone numbers & Zipcodes for many countries
https://github.com/ronanguilloux/IsoCodes
PHP library - Validators for standards from ISO, International Finance, Public Administrations, GS1, Manufacturing Industry, Phone numbers & Zipcodes for many countries - ronanguilloux/IsoCodes
- 384PHP version of Google's phone number handling library
https://github.com/giggsey/libphonenumber-for-php
PHP version of Google's phone number handling library - giggsey/libphonenumber-for-php
- 385:atom: Social (OAuth1\OAuth2\OpenID\OpenIDConnect) sign with PHP :shipit:
https://github.com/socialConnect/auth
:atom: Social (OAuth1\OAuth2\OpenID\OpenIDConnect) sign with PHP :shipit: - SocialConnect/auth
- 386Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
https://github.com/laminas/laminas-cache
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output - laminas/laminas-cache
- 387Lovely PHP wrapper for using the command-line
https://github.com/MrRio/shellwrap
Lovely PHP wrapper for using the command-line. Contribute to MrRio/shellwrap development by creating an account on GitHub.
- 388Convert HTML to Markdown with PHP
https://github.com/thephpleague/html-to-markdown
Convert HTML to Markdown with PHP. Contribute to thephpleague/html-to-markdown development by creating an account on GitHub.
- 389JSON Lint for PHP
https://github.com/Seldaek/jsonlint
JSON Lint for PHP. Contribute to Seldaek/jsonlint development by creating an account on GitHub.
- 390Brew PHP switcher is a simple shell script to switch your apache and CLI quickly between major versions of PHP. If you support multiple products/projects that are built using either brand new or old legacy PHP functionality. For users of Homebrew (or brew for short) currently only.
https://github.com/philcook/brew-php-switcher
Brew PHP switcher is a simple shell script to switch your apache and CLI quickly between major versions of PHP. If you support multiple products/projects that are built using either brand new or ol...
- 391Multi-provider authentication framework for PHP
https://github.com/opauth/opauth
Multi-provider authentication framework for PHP. Contribute to opauth/opauth development by creating an account on GitHub.
- 392A powerful schema validator!
https://github.com/romaricdrigon/MetaYaml
A powerful schema validator! Contribute to romaricdrigon/MetaYaml development by creating an account on GitHub.
- 393Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
https://github.com/serbanghita/Mobile-Detect
Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment. - serb...
- 394🔡 Portable ASCII library - performance optimized (ascii) string functions for PHP.
https://github.com/voku/portable-ascii
🔡 Portable ASCII library - performance optimized (ascii) string functions for PHP. - voku/portable-ascii
- 395Light and extendable schema validation library
https://github.com/serkin/Volan
Light and extendable schema validation library. Contribute to serkin/volan development by creating an account on GitHub.
- 396Accelerated Container Application Development
https://www.docker.com/
Docker is a platform designed to help developers build, share, and run container applications. We handle the tedious setup, so you can focus on the code.
- 397A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.
https://github.com/electerious/Lychee
A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos. - electerious/Lychee
- 398Takes care of Apple push notifications (APNS) in your PHP projects.
https://github.com/mac-cain13/notificato
Takes care of Apple push notifications (APNS) in your PHP projects. - mac-cain13/notificato
- 399Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
https://github.com/hprose/hprose-php
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP - hprose/hprose-php
- 400Easy integration with OAuth 2.0 service providers.
https://github.com/thephpleague/oauth2-client
Easy integration with OAuth 2.0 service providers. - thephpleague/oauth2-client
- 401Annotations Docblock Parser
https://github.com/doctrine/annotations
Annotations Docblock Parser. Contribute to doctrine/annotations development by creating an account on GitHub.
- 402All PHP functions, rewritten to throw exceptions instead of returning false
https://github.com/thecodingmachine/safe
All PHP functions, rewritten to throw exceptions instead of returning false - thecodingmachine/safe
- 403Send your projects up in the clouds
https://github.com/rocketeers/rocketeer
Send your projects up in the clouds. Contribute to rocketeers/rocketeer development by creating an account on GitHub.
- 404Standalone PHP library for easy devices notifications push.
https://github.com/Ph3nol/NotificationPusher
Standalone PHP library for easy devices notifications push. - Ph3nol/NotificationPusher
- 405A framework agnostic PHP library to build chat bots
https://github.com/botman/botman
A framework agnostic PHP library to build chat bots - botman/botman
- 406A powerful and easy-to-use PHP SDK for the Mistral AI API, allowing seamless integration of advanced AI-powered features into your PHP projects.
https://github.com/SoftCreatR/php-mistral-ai-sdk
A powerful and easy-to-use PHP SDK for the Mistral AI API, allowing seamless integration of advanced AI-powered features into your PHP projects. - SoftCreatR/php-mistral-ai-sdk
- 407A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.
https://github.com/gomoob/php-pushwoosh
A PHP Library to easily send push notifications with the Pushwoosh REST Web Services. - gomoob/php-pushwoosh
- 408Internationalization tools, particularly message translation.
https://github.com/auraphp/Aura.Intl
Internationalization tools, particularly message translation. - auraphp/Aura.Intl
- 409An object-oriented option parser library for PHP, which supports type constraints, flag, multiple flag, multiple values, required value checking
https://github.com/c9s/GetOptionKit
An object-oriented option parser library for PHP, which supports type constraints, flag, multiple flag, multiple values, required value checking - c9s/GetOptionKit
- 410php 5.3 Migration Manager
https://github.com/icomefromthenet/Migrations
php 5.3 Migration Manager. Contribute to icomefromthenet/Migrations development by creating an account on GitHub.
- 411Database version control, made easy!
https://github.com/victorstanciu/dbv
Database version control, made easy! Contribute to victorstanciu/dbv development by creating an account on GitHub.
- 412Builds PHP so that multiple versions can be used side by side.
https://github.com/php-build/php-build
Builds PHP so that multiple versions can be used side by side. - php-build/php-build
- 413Optimizes class loading performance by generating a single PHP file containing all of the autoloaded files.
https://github.com/ClassPreloader/ClassPreloader
Optimizes class loading performance by generating a single PHP file containing all of the autoloaded files. - ClassPreloader/ClassPreloader
- 414Interactive voting results for PHP RFC process.
https://github.com/beberlei/php-rfc-watch
Interactive voting results for PHP RFC process. Contribute to beberlei/php-rfc-watch development by creating an account on GitHub.
- 415Performant pure-PHP AMQP (RabbitMQ) sync/async (ReactPHP) library
https://github.com/jakubkulhan/bunny
Performant pure-PHP AMQP (RabbitMQ) sync/async (ReactPHP) library - jakubkulhan/bunny
- 416Simple migrations system for php
https://github.com/davedevelopment/phpmig
Simple migrations system for php. Contribute to davedevelopment/phpmig development by creating an account on GitHub.
- 417Efficient, easy-to-use, and fast PHP JSON stream parser
https://github.com/halaxa/json-machine
Efficient, easy-to-use, and fast PHP JSON stream parser - halaxa/json-machine
- 418A beautiful, fully open-source, tunneling service - written in pure PHP
https://github.com/beyondcode/expose
A beautiful, fully open-source, tunneling service - written in pure PHP - beyondcode/expose
- 419🚦 The open-source status page system.
https://github.com/cachethq/cachet
🚦 The open-source status page system. Contribute to cachethq/cachet development by creating an account on GitHub.
- 420A simple PHP GitHub API client, Object Oriented, tested and documented.
https://github.com/KnpLabs/php-github-api
A simple PHP GitHub API client, Object Oriented, tested and documented. - KnpLabs/php-github-api
- 421Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.
https://github.com/laravel/serializable-closure
Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP. - laravel/serializable-closure
- 422Elegant SSH tasks for PHP.
https://github.com/laravel/envoy
Elegant SSH tasks for PHP. Contribute to laravel/envoy development by creating an account on GitHub.
- 423PHP client library for the Square Connect APIs
https://github.com/square/connect-php-sdk
PHP client library for the Square Connect APIs. Contribute to square/connect-php-sdk development by creating an account on GitHub.
- 424[READ-ONLY] Provides support for message translation and localization for dates and numbers. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp
https://github.com/cakephp/i18n
[READ-ONLY] Provides support for message translation and localization for dates and numbers. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp - cakephp/...
- 425:passport_control: Helper for Google's new noCAPTCHA (reCAPTCHA v2 & v3)
https://github.com/ARCANEDEV/noCAPTCHA
:passport_control: Helper for Google's new noCAPTCHA (reCAPTCHA v2 & v3) - ARCANEDEV/noCAPTCHA
- 426A unified front-end for different queuing backends. Includes a REST server, CLI interface and daemon runners.
https://github.com/CoderKungfu/php-queue
A unified front-end for different queuing backends. Includes a REST server, CLI interface and daemon runners. - CoderKungfu/php-queue
- 427Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP
https://github.com/zephir-lang/zephir
Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP - zephir-lang/zephir
- 428A virtual machine for executing programs written in Hack.
https://github.com/facebook/hhvm
A virtual machine for executing programs written in Hack. - facebook/hhvm
- 429Cilex a lightweight framework for creating PHP CLI scripts inspired by Silex
https://github.com/Cilex/Cilex
Cilex a lightweight framework for creating PHP CLI scripts inspired by Silex - Cilex/Cilex
- 430Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
https://github.com/cocur/slugify
Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte. - cocur/slugify
- 431A PHP parser for TOML
https://github.com/yosymfony/toml
A PHP parser for TOML. Contribute to yosymfony/toml development by creating an account on GitHub.
- 432Catches mail and serves it through a dream.
https://github.com/sj26/mailcatcher
Catches mail and serves it through a dream. Contribute to sj26/mailcatcher development by creating an account on GitHub.
- 433Map nested JSON structures onto PHP classes
https://github.com/cweiske/jsonmapper
Map nested JSON structures onto PHP classes. Contribute to cweiske/jsonmapper development by creating an account on GitHub.
- 434PeachPie - the PHP compiler and runtime for .NET and .NET Core
https://github.com/peachpiecompiler/peachpie
PeachPie - the PHP compiler and runtime for .NET and .NET Core - peachpiecompiler/peachpie
- 435A REPL for PHP
https://github.com/bobthecow/psysh
A REPL for PHP. Contribute to bobthecow/psysh development by creating an account on GitHub.
- 436Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
https://github.com/vlucas/phpdotenv
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically. - vlucas/phpdotenv
- 437A web interface for MySQL and MariaDB
https://github.com/phpmyadmin/phpmyadmin
A web interface for MySQL and MariaDB. Contribute to phpmyadmin/phpmyadmin development by creating an account on GitHub.
- 438CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
https://github.com/mtdowling/cron-expression
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due - mtdowling/cron-expression
- 439A very lightweight library to handle notifications the smart way.
https://github.com/namshi/notificator
A very lightweight library to handle notifications the smart way. - namshi/notificator
- 440Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
https://github.com/tighten/takeout
Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now. - tighten/takeout
- 441A multithreaded application server for PHP, written in PHP.
https://github.com/appserver-io/appserver
A multithreaded application server for PHP, written in PHP. - appserver-io/appserver
- 442🤯 High-performance PHP application server, process manager written in Go and powered with plugins
https://github.com/roadrunner-server/roadrunner
🤯 High-performance PHP application server, process manager written in Go and powered with plugins - roadrunner-server/roadrunner
- 443CLI App and library to manage apc & opcache.
https://github.com/gordalina/cachetool
CLI App and library to manage apc & opcache. Contribute to gordalina/cachetool development by creating an account on GitHub.
- 444Serialize and deserialize PHP structures to a variety of representations
https://github.com/laminas/laminas-serializer
Serialize and deserialize PHP structures to a variety of representations - laminas/laminas-serializer
- 445Provides a unified interface to local and remote authentication systems.
https://github.com/auraphp/Aura.Auth
Provides a unified interface to local and remote authentication systems. - auraphp/Aura.Auth
- 446Mailgun's Official SDK for PHP
https://github.com/mailgun/mailgun-php
Mailgun's Official SDK for PHP. Contribute to mailgun/mailgun-php development by creating an account on GitHub.
- 447Build standalone PHP binary on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included.
https://github.com/crazywhalecc/static-php-cli
Build standalone PHP binary on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included. - crazywhalecc/static-php-cli
- 448Brew & manage PHP versions in pure PHP at HOME
https://github.com/phpbrew/phpbrew
Brew & manage PHP versions in pure PHP at HOME. Contribute to phpbrew/phpbrew development by creating an account on GitHub.
- 449A pure PHP implementation of the MessagePack serialization format / msgpack.org[PHP]
https://github.com/rybakit/msgpack.php
A pure PHP implementation of the MessagePack serialization format / msgpack.org[PHP] - rybakit/msgpack.php
- 450Laravel News
https://laravel-news.com/
Laravel News is the official blog of Laravel. Every day bringing you the latest news, tutorials, and packages for the framework.
- 451Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs.
https://github.com/thephpleague/commonmark
Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs. - thephpleague/commonmark
- 452PHP library for the Stripe API.
https://github.com/stripe/stripe-php
PHP library for the Stripe API. . Contribute to stripe/stripe-php development by creating an account on GitHub.
- 453Pagination for PHP.
https://github.com/whiteoctober/Pagerfanta
Pagination for PHP. Contribute to whiteoctober/Pagerfanta development by creating an account on GitHub.
- 454Command-Line Interface tools
https://github.com/auraphp/Aura.Cli
Command-Line Interface tools. Contribute to auraphp/Aura.Cli development by creating an account on GitHub.
- 455A flexible and feature-complete Redis client for PHP.
https://github.com/predis/predis
A flexible and feature-complete Redis client for PHP. - predis/predis
- 456A PHP library for communicating with the Twilio REST API and generating TwiML.
https://github.com/twilio/twilio-php
A PHP library for communicating with the Twilio REST API and generating TwiML. - twilio/twilio-php
- 457Valitron is a simple, elegant, stand-alone validation library with NO dependencies
https://github.com/vlucas/valitron
Valitron is a simple, elegant, stand-alone validation library with NO dependencies - vlucas/valitron
- 458LLPhant - A comprehensive PHP Generative AI Framework using OpenAI GPT 4. Inspired by Langchain
https://github.com/theodo-group/LLPhant
LLPhant - A comprehensive PHP Generative AI Framework using OpenAI GPT 4. Inspired by Langchain - theodo-group/LLPhant
- 459:elephant: A Circuit Breaker pattern implementation for PHP applications.
https://github.com/ackintosh/ganesha
:elephant: A Circuit Breaker pattern implementation for PHP applications. - ackintosh/ganesha
- 460Better Markdown Parser in PHP
https://github.com/erusev/parsedown
Better Markdown Parser in PHP. Contribute to erusev/parsedown development by creating an account on GitHub.
- 461🖥 Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL.
https://github.com/php-school/cli-menu
🖥 Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL. - php-school/cli-menu
- 462Easily install PHP extensions in Docker containers
https://github.com/mlocati/docker-php-extension-installer
Easily install PHP extensions in Docker containers - mlocati/docker-php-extension-installer
- 463The most widely used PHP client for RabbitMQ
https://github.com/php-amqplib/php-amqplib
The most widely used PHP client for RabbitMQ. Contribute to php-amqplib/php-amqplib development by creating an account on GitHub.
- 464"結巴"中文分詞:做最好的 PHP 中文分詞、中文斷詞組件。 / "Jieba" (Chinese for "to stutter") Chinese text segmentation: built to be the best PHP Chinese word segmentation module.
https://github.com/fukuball/jieba-php
"結巴"中文分詞:做最好的 PHP 中文分詞、中文斷詞組件。 / "Jieba" (Chinese for "to stutter") Chinese text segmentation: built to be the best PHP Chinese word segmentation module. - fukuball/ji...
- 465Build software better, together
https://github.com/symfony/dotenv-
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
- 466A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS
https://github.com/MyIntervals/PHP-CSS-Parser
A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS - MyIntervals/PHP-CSS-Parser
- 467A super fast, highly extensible markdown parser for PHP
https://github.com/cebe/markdown
A super fast, highly extensible markdown parser for PHP - cebe/markdown
- 468Simple web interface to manage Redis databases.
https://github.com/ErikDubbelboer/phpRedisAdmin
Simple web interface to manage Redis databases. Contribute to erikdubbelboer/phpRedisAdmin development by creating an account on GitHub.
- 469⚡️ OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API
https://github.com/openai-php/laravel
⚡️ OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API - openai-php/laravel
- 470Unified, Docker 🐳 powered web development environments for macOS, Windows, and Linux
https://github.com/docksal/docksal
Unified, Docker 🐳 powered web development environments for macOS, Windows, and Linux - docksal/docksal
- 471Structured data outputs with LLMs, in PHP. Designed for simplicity, transparency, and control.
https://github.com/cognesy/instructor-php
Structured data outputs with LLMs, in PHP. Designed for simplicity, transparency, and control. - cognesy/instructor-php
- 472A PHP library to support implementing representations for HATEOAS REST web services.
https://github.com/willdurand/Hateoas
A PHP library to support implementing representations for HATEOAS REST web services. - willdurand/Hateoas
- 473Docker-based local PHP+Node.js web development environments
https://github.com/ddev/ddev
Docker-based local PHP+Node.js web development environments - ddev/ddev
- 474Laracon EU
https://www.youtube.com/@LaraconEU
Laracon EU is a 2-day event for people who are interested in learning Laravel and related technologies, or who want to share their knowledge with others.
- 475PHP UK Conference
https://www.youtube.com/user/phpukconference/videos
Recordings of sessions at our annual PHP UK Conference events. PHP UK Conferences are held annually at the end of February each year, in the capital city of London. Attended by hundreds of delegates, speakers, sponsors, partners and volunteer assistants, they are run by volunteers from the PHP community and elected committee members of PHP London. Delegates are typically professional web developers and managers, along with some general PHP enthusiasts/evangelists and employment recruiters. The events are a mix of split-track talk sessions, keynote presentations, panel sessions and unconference slots, along with space for exhibitors, various networking and social events, and a raffle. Costs are kept low and any profit made is used to fund PHP London throughout the rest of the year and/or is rolled into funding future conferences.
- 476Learn PHP The Right Way - Full PHP Tutorial For Beginners & Advanced
https://www.youtube.com/playlist?list=PLr3d3QYzkw2xabQRUpcZ_IBk9W50M9pe-
Hello & welcome to my first course "Learn PHP The Right Way". In this course, you will learn PHP from beginners level all the way to advanced. The "right way...
- 477Laravel
https://www.youtube.com/channel/UCfO2GiQwb-cwJTb1CuRSkwg
The official YouTube channel of the Laravel PHP framework. We will update you on what's new in the world of Laravel, from the framework to our products like Forge or Vapor.
Related Articlesto learn about angular.
- 1Getting Started with PHP: Your First Steps into Web Development
- 2PHP Data Types and Variables: Comprehensive Beginner’s Guide
- 3Object-Oriented Programming in PHP: Classes, Objects, and More
- 4PHP Namespaces and Autoloading: Organizing Large Projects Efficiently
- 5Handling User Input in PHP: Forms, Validation, and Best Practices
- 6Building Dynamic Web Pages with PHP: Step-by-Step Guide
- 7Creating RESTful APIs with PHP: Complete Beginner’s Guide
- 8Integrating Third-Party APIs in PHP: Practical Guide
- 9Speeding Up Your PHP Applications: Tips and Techniques
- 10Securing Your PHP Applications: Best Practices for Developers
FAQ'sto learn more about Angular JS.
mail [email protected] to add more queries here 🔍.
- 1
how to learn php programming
- 2
what do you mean by php programming language
- 3
should i use php or javascript
- 4
does php compile
- 5
where does php run
- 6
why is php important
- 7
what programming language is php written in
- 8
what can php be used for
- 9
which programming language is similar to php
- 10
when is php 7.4 end of life
- 11
which software used for php programming
- 12
how to run php programming
- 13
is php a coding language
- 14
why does php have a bad reputation
- 15
do php programs work
- 16
is php good for beginners
- 17
how to improve php programming skills
- 18
- 19
is php programming easy
- 20
when was php programming language
- 21
what does php do for websites
- 22
where can i buy php programming
- 23
where is php used
- 24
who php programming language
- 25
what php programming language
- 26
what can php programming be used for
- 27
why was php created
- 28
will updating php break my site
- 29
what is object oriented programming in php
- 30
do i need to learn php for web development
- 31
what is php programming
- 32
is php the best for web development
- 33
where does php scripting run
- 34
what is the purpose of php programming language
- 35
should you learn php
- 36
should i use php
- 37
what is php programming used for
- 38
who invented php programming language
- 39
should i learn php or python
- 40
are php files dangerous
- 41
what is the meaning of php in programming language
- 42
- 43
is php a good programming language
- 44
is php better than python
- 45
why programmers hate php
- 46
what programming language is php
- 47
what type of programming language is php
- 48
how to learn php programming app
- 49
does php is a programming language
- 50
why php is better than python
- 51
is php a dying language
- 52
how to study php programming
- 53
how was php programming
- 54
when was php invented
- 55
will php become obsolete
- 57
what does php stand for in programming
- 58
can javascript and php work together
- 59
why php is the best programming language
- 61
who created php
- 62
when was php programming
- 63
where php programming is used
- 64
where does php go in html
- 65
which organization developed the php programming language
- 66
what is php mean in programming
- 67
who maintains php
- 68
is php programming language
- 69
how to write comments in php programming
- 70
is php a high level programming language
- 71
does php use html
- 72
is php deprecated
- 74
which software is best for php programming
- 75
how to use php programming language
- 76
when is php used
- 77
how to start php programming
- 78
when was php created
- 79
which programming language does php resemble
- 80
how to learn php programming step by step
- 81
will php be replaced
- 82
what is php programming language used for
- 83
how can i start programming in php
More Sitesto check out once you're finished browsing here.
https://www.0x3d.site/
0x3d is designed for aggregating information.
https://nodejs.0x3d.site/
NodeJS Online Directory
https://cross-platform.0x3d.site/
Cross Platform Online Directory
https://open-source.0x3d.site/
Open Source Online Directory
https://analytics.0x3d.site/
Analytics Online Directory
https://javascript.0x3d.site/
JavaScript Online Directory
https://golang.0x3d.site/
GoLang Online Directory
https://python.0x3d.site/
Python Online Directory
https://swift.0x3d.site/
Swift Online Directory
https://rust.0x3d.site/
Rust Online Directory
https://scala.0x3d.site/
Scala Online Directory
https://ruby.0x3d.site/
Ruby Online Directory
https://clojure.0x3d.site/
Clojure Online Directory
https://elixir.0x3d.site/
Elixir Online Directory
https://elm.0x3d.site/
Elm Online Directory
https://lua.0x3d.site/
Lua Online Directory
https://c-programming.0x3d.site/
C Programming Online Directory
https://cpp-programming.0x3d.site/
C++ Programming Online Directory
https://r-programming.0x3d.site/
R Programming Online Directory
https://perl.0x3d.site/
Perl Online Directory
https://java.0x3d.site/
Java Online Directory
https://kotlin.0x3d.site/
Kotlin Online Directory
https://php.0x3d.site/
PHP Online Directory
https://react.0x3d.site/
React JS Online Directory
https://angular.0x3d.site/
Angular JS Online Directory