Libraries tagged by see
pangodream/migbuilder
1273 Downloads
Laravel Model, Seeder, Factory & Migration MySQL reverse engineer tool
owrasor/fpdi
160 Downloads
FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.
ongudidan/mpesa-sdk
10 Downloads
This package seeks to help php developers implement the various Mpesa APIs without much hustle. It is based on the REST API whose documentation is available on http://developer.safaricom.co.ke.
nitricware/nwdatabase
12 Downloads
An XML driven simple database solution for projects where SQLite is not available and MySQL seems overpowered.
nicosomb/wallabag-carbondate-bundle
42 Downloads
Try to guess creation date by using carbon date, see http://carbondate.cs.odu.edu.
netbrothers-gmbh/nbcsb-bundle
1484 Downloads
Creating skeleton structure for symfony bundle with one single command. Creates directory structure and necessary files, activates your bundle. See: https://netbrothers.de/easy-create-reusable-symfony-bundle
nearata/flarum-ext-dsts
609 Downloads
Do something to see the posts of a discussion.
nazar-pc/stream-slicer
31 Downloads
Get slice of any seekable stream
narolalabs/error-lens
197 Downloads
See, Understand, and Handle Laravel Errors using ErrorLens
mlsolutions/nova-secret-field
99 Downloads
This package provides a custom secret field that can be toggled to see its value.
memran/marwa-db
0 Downloads
Lightweight, framework-agnostic PHP database toolkit: connections, query builder, ORM, schema, migrations, seeders, debug panel.
martinmulder/openapi-crowdstrike-falcon-php
43 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
mapkyca/known-mongo-php-library
12128 Downloads
Known version of the mongo php libray, in its own repo since no versioned build in packageist seems to work
macropage/sdk-ebay-rest-browse
3066 Downloads
The Browse API has the following resources: item_summary: Lets shoppers search for specific items by keyword, GTIN, category, charity, product, or item aspects and refine the results by using filters. (Experimental) search_by_image: Lets shoppers search for specific items by image. You can refine the results by using URI parameters and filters. item: Lets you retrieve the details of a specific item or all the items in an item group, which is an item with variations such as color and size. This resource also provides a bridge between the eBay legacy APIs, such as Trading and Finding, and the RESTful APIs, such as Browse, which use different formats for the item IDs. You can use the Browse API to retrieve the basic details of the item and the RESTful item ID using a legacy item ID. (Experimental) shopping_cart: Provides the ability for eBay members to see the contents of their eBay cart, and add, remove, and change the quantity of items in their eBay cart. *Note:* This resource is not available in the eBay API Explorer. The item_summary, search_by_image, and item resource calls require an Application access token. The shopping_cart resource calls require a User access token.
macropage/sdk-ebay-rest-account
3114 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.