Libraries tagged by php converter
sunra/html_to_text
223 Downloads
Working horse HTML to text convertor for PHP. Years of finding right choice
tigra-image-library/ascii-art
4 Downloads
This class can generate a text that looks like a given image. It traverses the pixels of a given image and converts the color values of each region to a character text, so when you look at the sequence of converted characters it looks like the original image. The result text can optionally be outputted formatted as HTML and be displayed in color.
snugcomponents/utils
207 Downloads
Library added some useful tools like Validators, Convertors or Curl for SnugDesign
macropage/xml-to-php-array
96 Downloads
XML to PHP array convertor
10quality/php-emoji
46 Downloads
PHP Emoji coverter library.
harrykdeveloper/php-watermark-images
6 Downloads
Put watermark on the jpg,png images file formats. This script is used to put watermark on bulk images in a single run and copy the converted files to new folder and the old folder will remain same.
getpop/markdown-convertor
3 Downloads
Convert Markdown to HTML
elmijo/php-html-dom
96 Downloads
Esta Es una Herramienta que permite convertir y manipular una cadena de texto con formato html en un objeto php.
cvtdin/convertedin-facebook
10 Downloads
Facebook Integration for PHP: A comprehensive PHP Composer package to seamlessly integrate with Facebook's API. This package allows you to create, manage, and analyze Facebook campaigns, and access all Facebook features programmatically. Perfect for developers looking to enhance their applications with powerful social media capabilities.
baffouradu/currency-convertor
158 Downloads
A php library for currencyconverterapi.com.
alissonlinneker/statuspage-php-sdk
1 Downloads
# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication
ramdanriawan/xmlconvertor
0 Downloads
xmlconvertor php 7.3.4
ktaris/numeroaletra
278 Downloads
Clase para convertir números en palabras
shota/jwt-covertor
0 Downloads
A simple jwt convertor
jja/numero-a-letras
2 Downloads
Convertir Numeros a letras PHP