Libraries tagged by time based
genai/openapi
79 Downloads
Generates an OpenAPI 3 document at build time from your #[RestController] routes, request-body Forms/DTOs and validation constraints — baked into a reflection-free Cache\OpenApi — and ships a controller that serves /openapi.json and a Swagger UI page at /docs. PHP 5.3-safe at runtime.
cbeyersdorf/easybill
4 Downloads
The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.
dfridrich/php-mime-type
292844 Downloads
Simple PHP class for guessing file mime type based on file extension with ability to use in Symfony project.
bayfrontmedia/php-mime-types
93616 Downloads
Simple class used to detect the appropriate MIME type of a file based on it's extension.
jhancock/yii2-version-assetmgr
26199 Downloads
Yii2 asset manager that hashes based on application version instead of mtime. Useful for load balanced sites.
burti/zend-mime
45002 Downloads
Zend Mime based web services with Symfony2
calien/mime-converter
2972 Downloads
File converter based on mime-type to file extension comparison. Serves image converter by default and automatic tagging for self written converter providers.
php-extended/php-mime-type-provider-iana
55650 Downloads
A mime type provider implementation based on the iana list of mime types
php-extended/php-mime-type-provider-apache
55649 Downloads
A mime type provider implementation based on the apache list of mime types
xaraya/mime
144 Downloads
Hook based module that returns the content-type of a given file.
victoravelar/laravel-dashboard-exchange-rates-tile
74 Downloads
It allows you to display a list of selected currencies and it's exchange rate to a base currency of your choice.
elseym/content-type-negotiation-bundle
13 Downloads
Enables Symfony2 apps to serve different content types under the same URI based on the HTTP Accept header.
toemaar/toemaar-email
7 Downloads
A module that helps you send multi-mime type email's based on templates.
nawawi/base64-encryption
86 Downloads
A two-way encryption based on MIME base64.
bohrlot/soap
44 Downloads
A fixed version of tuscanicz/soap used to build SOAP and WSDL based web services. This fork fixes a mime error in swa messages