Libraries tagged by php converter

sunra/html_to_text

5 Favers
223 Downloads

Working horse HTML to text convertor for PHP. Years of finding right choice

Go to Download


tigra-image-library/ascii-art

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

Go to Download


snugcomponents/utils

1 Favers
207 Downloads

Library added some useful tools like Validators, Convertors or Curl for SnugDesign

Go to Download


macropage/xml-to-php-array

0 Favers
96 Downloads

XML to PHP array convertor

Go to Download


10quality/php-emoji

0 Favers
46 Downloads

PHP Emoji coverter library.

Go to Download


harrykdeveloper/php-watermark-images

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

Go to Download


getpop/markdown-convertor

1 Favers
3 Downloads

Convert Markdown to HTML

Go to Download


elmijo/php-html-dom

1 Favers
96 Downloads

Esta Es una Herramienta que permite convertir y manipular una cadena de texto con formato html en un objeto php.

Go to Download


cvtdin/convertedin-facebook

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

Go to Download


baffouradu/currency-convertor

0 Favers
158 Downloads

A php library for currencyconverterapi.com.

Go to Download


alissonlinneker/statuspage-php-sdk

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

Go to Download


ramdanriawan/xmlconvertor

0 Favers
0 Downloads

xmlconvertor php 7.3.4

Go to Download


ktaris/numeroaletra

0 Favers
278 Downloads

Clase para convertir números en palabras

Go to Download


shota/jwt-covertor

0 Favers
0 Downloads

A simple jwt convertor

Go to Download


jja/numero-a-letras

0 Favers
2 Downloads

Convertir Numeros a letras PHP

Go to Download


<< Previous Next >>