Libraries tagged by getters
bayfrontmedia/php-http-request
1626 Downloads
Easily handle data from incoming HTTP requests.
aszone/fakeheaders
826 Downloads
AsZone Component - Fake Headers
antares/accessible
3870 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
nguyenanhung/requests
17405 Downloads
My Requests Library
bugbuster/browscap-php
1088 Downloads
Standalone replacement for php's native get_browser() function
aodihis/video-utils
4689 Downloads
Twig filter to get the video id of youtube or Vimeo URL.
amranidev/ajaxis
23127 Downloads
To manage your crud in laravel 5.1
crossjoin/browscap
234368 Downloads
The standalone PHP Browscap parser Crossjoin\Browscap detects browser properties as well as device information based on the user agent string of the requesting browsers and search engines, using the data from the Browser Capabilities Project. It's several hundred times faster than the build-in PHP function get_browser(), and faster than other Browscap PHP libraries, with much lower memory consumption. Optionally Crossjoin\Browscap automatically updates the Browscap data, so you're always up-to-date. The newest version is build for PHP 7.x, for PHP >= 5.6 use version 2.x, for PHP >= 5.3 use version 1.x.
zrnik/php-attribute-reflection
1653 Downloads
Helper methods wrapping around reflection to get attribute instances easily.
zanysoft/laravel-serpapi
400 Downloads
Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com
xinnianq/yii2-routes
294 Downloads
get yii2 routes for auth controller
xenon/paystation
93 Downloads
Paystation is a php library for Bangladeshi payment gateway provider. You can integrate this in your php application and get customer payment using mfs, credit card and so on
williamheelis/restful-inputs
58 Downloads
Simple RESTful globals: $_PUT, $_PATCH, $_DELETE, $_HEADER, $_JSON, $_PATH, $_RES for PHP APIs. Basically this is an extension of the logic PHP probably intended when they introduced _GET and _POST and this package simply extends it and is useful shorthand option for RESTful api end points as a result. The focus was on inline brevity, and assumes plenty of `/api/someItem/index.php` -> `PATCH::/api/someItem/` structure. (i.e lots of dirs with one index.php each!)
wfeller/laravel-onboard
9134 Downloads
Track onboarding steps for users when they get setup in your app.
wenpeng/curl
609 Downloads
一个轻量级的PHP网络操作类,实现GET、POST、UPLOAD、DOWNLOAD常用操作,出错自动重试,支持链式写法