Libraries tagged by aa
laravel/sanctum
125186595 Downloads
Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.
laravel/sail
132585653 Downloads
Docker files for running a basic Laravel application.
larastan/larastan
18204686 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
knplabs/knp-snappy
56224856 Downloads
PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.
justinrainbow/json-schema
260322917 Downloads
A library to validate a json schema.
jean85/pretty-package-versions
215984880 Downloads
A library to get pretty versions strings of installed dependencies
google/recaptcha
73411687 Downloads
Client library for reCAPTCHA, a free service that protects websites from spam and abuse.
giggsey/libphonenumber-for-php
119954891 Downloads
A library for parsing, formatting, storing and validating international phone numbers, a PHP Port of Google's libphonenumber.
fakerphp/faker
262544534 Downloads
Faker is a PHP library that generates fake data for you.
evenement/evenement
93895976 Downloads
Événement is a very simple event dispatching library for PHP
dompdf/dompdf
129332012 Downloads
DOMPDF is a CSS 2.1 compliant HTML to PDF converter
doctrine/sql-formatter
122526025 Downloads
a PHP SQL highlighting library
doctrine/persistence
231838602 Downloads
The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.
doctrine/migrations
169598007 Downloads
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.
doctrine/deprecations
349921803 Downloads
A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.