Libraries tagged by area code
gustavosantos/status-http
812 Downloads
HTTP response status codes indicate whether an HTTP request was completed correctly. Responses are grouped into five classes: informational responses, successful responses, redirects, client errors, and server errors.
adamthehutt/laravel-unique-bigint-ids
1702 Downloads
This allows for the generation of sequential IDs that can be created before inserting into the database and are virtually (but not totally) guaranteed to be globally unique for the app. Additional benefits come from generating IDs before DB persistence, which streamlines code for, e.g., attaching related records.
chunks/externals
7 Downloads
Externals are isolated classes that need to be included due to their usefulness and lack of a better alternative in the chunks codebase
soderlind/coding-standard
22 Downloads
PHP CodeSniffer sniff that checks if all global PHP functions are fully qualified.
coduo/php-humanizer
608430 Downloads
Humanize values that are readable only for developers
yish/generators
103745 Downloads
This package extends the core file generators that are included with Laravel 5 or later.
wyrihaximus/cpu-core-detector
236375 Downloads
Detect how many CPU cores are available
silverstripe/standards
109906 Downloads
A set of coding standards which are applied to all commercially supported Silverstripe CMS modules
nikolag/core
22187 Downloads
Nikolag Core package for Laravel payment integrations that are not part of the Cashier
devgeniem/wp-define-more
46820 Downloads
Adds useful definable constants which are missing from the WP Core.
notifymehq/http
75017 Downloads
Provides the http core on which the notifyme adapters are built upon
steefdw/standards-enums
22556 Downloads
The Standards Enums package provides a simple and consistent way to work with countries, languages, currencies, and locales using enums.Each Enum comes with methods for accessing related information, like the name, flag, description, and more.Additionally, helper methods are provided to easily get all possible values or sort them by their name in a given language.These methods can be used with all Enum classes, regardless of whether they represent languages, countries, currencies, or locales.
shootproof/php-sdk
36276 Downloads
The API comes free of charge with your ShootProof account and currently is only available in the form of JSON responses. Read up on the API documentation to discover the different methods that are available.
bmdevel/php-index
35057 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
interitty/utils
782 Downloads
Extension of the standard Nette/Utils by some other features that are specific for use in the Interitty projects.