Libraries tagged by get_class
depage/graphics
167 Downloads
depage-graphics is a helper class to get resized and optimized images and thumbnails.
chub/mercurial-manager
731 Downloads
PHP class to get info about mercurial (hg) repository
crazy-max/cws-share-count
759 Downloads
PHP class to get social share count for Delicious, Facebook, Google+, Linkedin, Pinterest, Reddit, StumbleUpon and Twitter.
ujy/bitrix24_api_authorization
1996 Downloads
Authorization class to easy get Bitrix24 Access Tokens for use in API
trixpua/shipping
72 Downloads
Shipping is a set of classes optimized to get shipping quotes and tracking information from some Brazilian shipping companies
srhinow/srlayer
1332 Downloads
Dependency-free layer/popup front-end module for Contao 5. Displays a configurable overlay without any JavaScript library. Supports auto-show on page load, click triggers via CSS class or rel="openlayer", GET-parameter triggers for landing pages, and cookie/session-based display control.
semantic-jail/ivoox-php-api
52 Downloads
Class that allow you get some ivoox info
ufo-tech/doctrine-helper
1203 Downloads
A set of ready-made solutions for Doctrine (traits, interfaces, classes) that allows you to get rid of routine and speeds up development
ph-7/image-unsplash
203 Downloads
Get easily any Unsplash images with a clean PHP class
mouf/html.tags
20398 Downloads
This package contains a pure PHP object representation of HTML5 tags. There is one class for each existing HTML tag, and one getter/setter per attribute.
mouf/database.dbconnection
32978 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
ginnerpeace/php-enum
5455 Downloads
This class gives the ability to emulate and get enumeration data natively in PHP.
delphiki/colissimo-api
42 Downloads
PHP class taking advantage of the Colissimo's API to get a package delivery status
dannyweeks/laravel-base-repository
2028 Downloads
An abstract repository class for your Eloquent repositories that requires minimal config to get started.
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.