Libraries tagged by __get
mouf/utils.common.lock
67041 Downloads
A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A lock can help you do that.
mouf/database.dbconnection
32509 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.
michielgerritsen/extract-address-parts
3080 Downloads
Get the (Dutch) street, house number, and extension from a concatenated string
mazanax/composer-project-version
7760 Downloads
Small helper to get current composer project version
mat/geophp
5823 Downloads
GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.
masnun/phptube
135 Downloads
phptube allows scraping youtube and getting videos url for download
marshmallow/dataset-country
7671 Downloads
This dataset contains all the countries in the world. They are translateable in different languages. It is also possible to get the flag from said countries. The model is extendable so you can extend and overide all functionality if needed.
marshmallow/address-prefiller
5609 Downloads
This package will get the full address information based on the zipcode and house number. Currently online dutch addresses are supported.
manuxi/google-reviews-bundle
1697 Downloads
Bundle to get Google reviews easily
manelizzard/flarum-ext-notify
523 Downloads
Get notified about forum activity in Slack, Hipchat, Gitter or Telegram.
macropage/sdk-ebay-rest-account
2982 Downloads
The Account API gives sellers the ability to configure their eBay seller accounts, including the seller's policies (the Fulfillment Policy, Payment Policy, and Return Policy), opt in and out of eBay seller programs, configure sales tax tables, and get account information. For details on the restrictions and availability of the methods in this API, see API restrictions.
lupsor/array-parser
6378 Downloads
This package get data from an associative array
lucasantarella/array_keys_recursive
1655 Downloads
Library to get array keys of a multidimensional array, retaining the original array structure.
looglecz/phpstan-magento2-extension
155 Downloads
Get best of PHPStan with respect to some Magento2 specialities
loilo/traceback
286 Downloads
Get the file or directory calling your code