Libraries tagged by can
smokills/laravel-http-client-default-options
9692 Downloads
Extends the native Laravel Http Client, so that you can define global options
sitegeist/translatelabels
28848 Downloads
This extension extends the TYPO3 translation handling by translation records that can be edited by backend users. In this way backend users are able to translate labels without having access to the language files.
silinternational/php-env
44620 Downloads
Simple PHP library for getting (or requiring) environment variables, designed to handle true, false, and null more intelligently. If desired, an environment variable's value can be split into an array automatically.
sheadawson/quickaddnew
34214 Downloads
A decorator for form fields that manage object relationships, to allow adding a new object on the fly through a dialog window. It can handle has_one, has_many or many_many relationships. At the moment it has been tested / works on DropdownField and ListboxField. It works both in the CMS and in the frontend.
shadz3rg/lexer
51121 Downloads
PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.
sgalinski/scriptmerger
49800 Downloads
CSS/Javascript Minificator, Compressor And Concatenator - This extension minimizes the http requests by concatenating your css and javascript. Furthermore the result can be minified and compressed. This whole process is highly configurable and is partly based on the "minify", "jsminplus" and "jsmin" projects.
sevenecks/tableify
5532 Downloads
Transform a multidimensional array into a pretty table that can be echoed to the screen or logged to a file.
seec/vcard
3222 Downloads
This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.
scottparsons/module-cmscanonical
18448 Downloads
A Magento 2 module that adds a Canonical Link meta tag to CMS pages.
sayeed/custom-migrate
25754 Downloads
Custom migrate in laravel. You can individual file migrate here
sammyaxe/linkedin-api-php-client
2312 Downloads
LinkedIn API PHP SDK with OAuth 2.0 & CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.
salamwaddah/constants
9915 Downloads
All PHP common constants, a collection of redundant constants you can use in PHP.
rotexsoft/versatile-collections
5479 Downloads
A collection package that can be extended to implement things such as a Dependency Injection Container, RecordSet objects for housing database records, a bag of http cookies, or technically any collection of items that can be looped over and whose items can each be accessed using array-access syntax or object property syntax.
rotexsoft/slim-skeleton-mvc-app
101 Downloads
This is a template mvc web-application (powered by SlimPHP 4), that can be extended to build more complex web applications.
robinncode/db_craft
473 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.