Libraries tagged by time based

genai/openapi

0 Favers
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.

Go to Download


cbeyersdorf/easybill

4 Favers
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.

Go to Download


dfridrich/php-mime-type

17 Favers
292844 Downloads

Simple PHP class for guessing file mime type based on file extension with ability to use in Symfony project.

Go to Download


bayfrontmedia/php-mime-types

4 Favers
93616 Downloads

Simple class used to detect the appropriate MIME type of a file based on it's extension.

Go to Download


jhancock/yii2-version-assetmgr

6 Favers
26199 Downloads

Yii2 asset manager that hashes based on application version instead of mtime. Useful for load balanced sites.

Go to Download


burti/zend-mime

0 Favers
45002 Downloads

Zend Mime based web services with Symfony2

Go to Download


calien/mime-converter

0 Favers
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.

Go to Download


php-extended/php-mime-type-provider-iana

0 Favers
55650 Downloads

A mime type provider implementation based on the iana list of mime types

Go to Download


php-extended/php-mime-type-provider-apache

0 Favers
55649 Downloads

A mime type provider implementation based on the apache list of mime types

Go to Download


xaraya/mime

0 Favers
144 Downloads

Hook based module that returns the content-type of a given file.

Go to Download


victoravelar/laravel-dashboard-exchange-rates-tile

0 Favers
74 Downloads

It allows you to display a list of selected currencies and it's exchange rate to a base currency of your choice.

Go to Download


elseym/content-type-negotiation-bundle

0 Favers
13 Downloads

Enables Symfony2 apps to serve different content types under the same URI based on the HTTP Accept header.

Go to Download


toemaar/toemaar-email

0 Favers
7 Downloads

A module that helps you send multi-mime type email's based on templates.

Go to Download


nawawi/base64-encryption

1 Favers
86 Downloads

A two-way encryption based on MIME base64.

Go to Download


bohrlot/soap

0 Favers
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

Go to Download


<< Previous Next >>