Showing 116 open source projects for "php code generator"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Send OTP SMS PHP

    Send OTP SMS PHP

    Send OTP SMS to your Registered Members

    ...About SMSGatewayCenter.com SMS Gateway Center is one of the leading Bulk SMS Gateway Provider in India.We are offering our white label Bulk SMS Reseller Program across India. You can Send SMS from our SMS Web Panel, SMS Gateway Center Excel SMS, Toll-Free SMS modules. We also provide Short Code SMS and Long Code SMS services to all our bulk SMS clients with Two Way SMS options. To register please visit, https://www.smsgatewaycenter.com/registration.php Things to Edit: You need to edit and add your login and sender name credentials which is approved from SMSGatewayCenter.com $sm
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Recieve Incoming SMS PHP Script

    Recieve Incoming SMS PHP Script

    A script to Recieve Incoming SMS using PHP Programming Language.

    A script to Recieve Incoming SMS using PHP Programming Language. Save this file as incoming_sms.php If $_GET method is not working then try $_REQUEST method. After creating this file, upload to your web server and give out the URL to your SMS provider. Example code has been used for SMSGatewayCenter.com's Incoming SMS parameters. If the provider is different then you need to change the parameters as per the SMS provider's documnetation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    pycrc

    pycrc

    CRC C source generator

    pycrc is an easy to use CRC (cyclic redundancy check) calculator and C source code generator. The generated source code can be optimized for simplicity, speed or space. pycrc contains a long parameter list of common CRC models. The program is self contained and does not require installation. Apart from a python installation, it does not require other libraries to be installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    NWCpen is a report software/code customizable for any activities or jobs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    CommSy

    CommSy

    Web-based Community System

    CommSy is a webbased community system, originally developed at the University of Hamburg, Germany, to support learning/working communities. For a more indepth description see the project home page. For questions or comments contact finck@commsy.net. Code is now hosted at GitHub. See https://github.com/commsy/commsy Documentation is available under: http://docs.commsy.net You can grep the latest development build of CommSy from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    wechat-php-sdk

    wechat-php-sdk

    WeChat public platform php development kit, weixin developer SDK

    The WeChat public platform is a platform for operators to provide information and services to WeChat users through the official account, and the public platform development interface is the basis for providing services. After the developer creates an official account on the public platform website and obtains interface permissions, he can read the interface document to help development. In order to identify users, each user generates a secure OpenID for each official account. If you need to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    QR Code Generator by Aspose.BarCode

    QR Code Generator by Aspose.BarCode for Java is an opensource webapp

    QR Code Generator by Aspose.BarCode for Java is a web application to generate various types of QR Codes using Aspose.BarCode for Java. http://goo.gl/GqUMog
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Master Forum

    Master Forum

    Free and Open Source Forum Software

    THE #1 FREE, OPEN SOURCE FORUM SOFTWARE Master is the free and open source, intuitive, extensible, and incredibly powerful forum software you've been looking for. With everything from forums to threads, posts to private messages, search to profiles, and reputation to warnings, Master features everything you need to run an efficient and captivating community. Through plugins and themes, you can extend Master's functionality to build your community exactly as you'd like it. Master...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Elite Bulletin Board

    Elite Bulletin Board

    simple but advanced bulletin board

    Elite Bulletin Board is an advanced Bulletin Board program that provides advanced features such as CAPTCHA, sub-board, skinning ability, multilingual and much more. This project has been archived and the code lives here for historic-purposes only.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    BEDBUG CSPRNG & Stream Cipher

    BEDBUG CSPRNG & Stream Cipher

    A family of FLEA-inspired CSPRNGs and Stream Ciphers

    ...The BEDBUG generator itself is a mere 5 lines of code: Three rotations; two pseudo-random lookups. The default BEDBUG configuration alternates the rotation constants unpredictably. These four sets of three values differ between BEDBUG128, BEDBUG256 and BEDBUG512 and were selected, tuned and tested in each case for optimal avalanche, which is never less than 16.5 bits.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    AUM CSPRNG & Stream Cipher

    AUM CSPRNG & Stream Cipher

    A minimal CSPRNG reflecting the Zen of cipher design

    AUM is an extremely fast, small-state, cryptographically secure pseudo-random number generator and stream cipher. AUM exhibits uniform distribution, mixes rapidly, has no detected bias, and comes in three variants: AUM16, with an internal state array of 16+4 32-bit words; AUM32, with an internal state of 32+4 words; and AUM64 with a 64+4-word state. The former permit seeding with a key of up to 512 or 1024 bits, the latter with a 2048-bit key.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    MOTE CSPRNG & Stream Cipher

    MOTE CSPRNG & Stream Cipher

    A family of small-state CSPRNGs and Stream Ciphers

    ...Reduced to essentials, MOTE is only 5 lines of code: Ten arithmetic and bitwise operations in all. It's called MOTE because a PRNG can't be made much smaller (or faster) without introducing bias or severely reducing avalanche. MOTE alternates its shift and rotation constants unpredictably, and has passed the most stringent industry-standard tests for randomness and security, including NIST & DIEHARD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PHP 2 Way Webcam Video Chat

    PHP 2 Way Webcam Video Chat

    1 on 1 Webcam Videochat Script with P2P Support

    This is a web based instant 1 on 1 private online video conferencing solution. It's a solution for conducting easy to setup face to face meetings without leaving your office or home. It's the easiest and most cost-effective way to meet somebody and discuss one on one, to make a video call just by providing a private room access link.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ISC - The ISAAC Stream Cipher

    ISC - The ISAAC Stream Cipher

    ISC lets you encrypt & decrypt text and files of any type up to 4GB

    ISAAC is a cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. It was developed by Bob Jenkins from 1993-1996 and placed in the Public Domain. ISAAC is fast - especially when optimised - and portable to most architectures in nearly all programming and scripting languages. After more than 20 years of existence ISAAC has not been broken, and the little program you have here allows you to use it to encrypt and decrypt text of arbitrary length, files of any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    P2P for Smartphone - Android Gnutella

    P2P for Smartphone - Android Gnutella

    Mobile P2P App - Use a P2P App on your Smartphone

    This Project shows how to create a mobile smartphone app with a gnutella p2p application. It consits of smartphone java sourcecode, documentation, phex source code, phex proxy and instructions to create a working app. This project once was coded with only 2000€ buget and has given revenue of over 30.000€. Happy hacking the java,perl,php code. Other projects: https://www.artikelschreiber.com/en/ https://www.unaique.net/en/ https://www.unaique.com/ https://www.artikelschreiber.com/marketing/ https://www.artikelschreiben.com/ https://www.buzzerstar.com/ https://mobilep2p.sourceforge.io/ https://inkassos.github.io/inkasso/ https://www.sebastianenger.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    innocence-java

    Replace text with POS equivalent text, in a reversible fashion.

    ...This new sentence can then be transmitted to a remote user, and using the same software, "de-crypted" into yielding the original sentence. The software relies on having a known "seed" value for the random number generator, which is known only by the sender and receiver. It also relies on the sender and receiver having a shared (identical) vocabulary file. The project contains code to test input sentences for inclusion of words in the current vocabulary, and can create entries for new words as needed. The vocabulary has a "MD-5 hash" value to make sure that the share vocabulary file is identical for both sender and receiver. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Owl is a multi user document repository (knowledgebase) , document manager and/or document management system (DMS) written in PHP for publishing of files/documents onto the web for a corporation, small business, group of people, or just for yourself. Final Code Hosted on GitHub
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    PHP Webcam Live Collaboration

    PHP Webcam Live Collaboration

    Online video consultations, interactive live presentations, trainings.

    ...Application Key Features + Few to Many Live Video Streaming + Moderated (moderators select what everybody sees) + 1 Main public screen: Live Video / Slides / External stream + Unlimited additional custom screens (public/private) + Slideshow (JPG, GIF, PNG, SWF slides) + File sharing + Toolbar to toggle panels as needed + Userlist with status and actions (click users for menu) + P2P group streaming support + 100% web based for clients PHP Video Consultation Edition: + Video Consultations, Presentations, eLearning Rooms + Create Unlimited Consultation Rooms + Share Participant Link / User Link + Simple Setup + Easy to Install + Full PHP Source Code + Easy to Integrate
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Esendex PHP SDK is now available via three distribution modes: Composer, PEAR and Gzip/Source Code on GitHub. For more information: visit http://developers.esendex.com/SDKs/PHP-SDK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Language KISS HTML5

    Browser based flash cards

    ...Main features - learn (cards due to learn), swat (every card) - copy cards - filter - sort - synchronize between devices - share cards with other users (just use all and/or improve and add cards) Programm code and usage follows the KISS principle, see http://en.wikipedia.org/wiki/KISS_principle - basic requirement = browser - OS independent - no installation required - no fancy features - bullet proof synchonization and sharing - deployment is just copying files onto a PHP enabled webserver More - data is on your own server - no central registration or data mining Technical Details - logic in JavaScript (browser) - Share/synch by PHP scripts on webserver (file based)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PHP CRUD

    PHP CRUD

    Create, Read, Update & Delete Indexed Flat-File Records via PHP

    ...Indeed, the term dates back even farther than ISAM. ... See the project web site (linked below) for a full discussion & code examples.)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    Impossameule

    Python command line tool to access an online online things ressource

    ...impossameule-list do the retrieving job impossameule-tag do the same, but with a convenient interface for more categorized results Please note that the server side is written in php not free due to various online code inspiration, but the protocol can be so easily being reverse-dirthaxed. $python impossameule-list.py $ #Not output ? Nothing on the server ? Let's do thing. $python impossameule-submit.py http://radio.a2/tune.ogg webradio-space http://radio.a2/tune.ogg webradio-space $ #the output means things OK $python impossameule-tag.py webradio-space http://radio.a2/tune.ogg webradio-space $ #everything on the server w/ this tag
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    iServiceOnline

    webbase software repair computer and track status

    develop by Yii PHP Framework for IT Support and job repair computer in organisation / company / factory. this is a Open Source project free download and customise code no license you can develop and selling, support commercial. if have problem or donate to me you can visit me at thekaroe@hotmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    C0CMS Community Widget

    Community board widget for websites

    === Donate to the C0CMS Project === Flattr : https://flattr.com/t/961915 Paypal : http://slcnc.blogspot.fr/p/donatecontact.html === Deployment scenarii === * Basic scenario : copy and paste the following HTML code in any blog, CMS or website surpporting iframe-based widgets : <iframe src="http://shangri-l.dyndns.org/audio/road-travel-ZZL/" style="background-color:white;" width="100%" height="100%"></iframe> * Advanced scenario -download the latest version -edid the file : modify $addcode to add whatever you want instead of default advertising, and replace any occurence of http://www.example.com by your root website url -deploy the php file on your web server. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    4Vientos
    4vientos is a web file manager that allows to share information. You can set tags/description for files and directories and perform searches by them.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB