Coder Social home page Coder Social logo

phpalert's Introduction

PHPAlert

Enjoy beautiful Alerts inspired by SweetAlert using PHPAlert


PHP Alert in Action

  • How to use PHP Alert.

  • Download and Include PHPAlert into your app

    <?php
    include phpalert/phpalert.php
    //....
  • Instantiate PHPAlert as an object
    //...
	 $alert = PHPAlert();
  • That's it, you're done! Now you can use it anywhere ๐Ÿ˜„

  • Available Usage Examples

    • $alert->success('When everything is well');
    • $alert->info('Show some information to the users');
    • $alert->warn('Hey! warn a user here.');
    • $alert->error('Hey! Something went wrong :-) ');
  • Full Example

     <?php
    	include 'PHPAlert/phpalert.php';
    	$alert = PHPAlert();
    	//Lets check if setup was successful
    	$alert->success("You have successfully setup PHP ALERT")
    ?>

Would you Like TO GIVE IT A TRY WHILE IN ITS ALPHA STAGE? Why Not, The Code is Free By the way ๐Ÿ˜„


phpalert's People

Contributors

blessedjasonmwanza avatar

Stargazers

Mutale Mulenga avatar

Watchers

James Cloos avatar  avatar

Forkers

chrisjrocen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.